2006-08-14 Audrius Meskauskas <[EMAIL PROTECTED]>
* javax/swing/JTable (getScrollableUnitIncrement):
Removing my name as the whole method body have been
recently completely replaced.
### Eclipse Workspace Patch 1.0
#P classpath
Index: javax/swing/JTable.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/JTable.java,v
retrieving revision 1.119
diff -u -r1.119 JTable.java
--- javax/swing/JTable.java 13 Aug 2006 19:33:54 -0000 1.119
+++ javax/swing/JTable.java 14 Aug 2006 14:03:29 -0000
@@ -3356,7 +3356,8 @@
* The values greater than one means that more mouse wheel or similar
* events were generated, and hence it is better to scroll the longer
* distance.
- * @author Audrius Meskauskas ([EMAIL PROTECTED])
+ *
+ * @author Roman Kennke ([EMAIL PROTECTED])
*/
public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation,
int direction)