summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony Balkissoon <abalkiss@redhat.com>2005-08-16 18:07:49 +0000
committerAnthony Balkissoon <abalkiss@redhat.com>2005-08-16 18:07:49 +0000
commit11715d09eb1097db4ea7abbff820b419dcc73f3d (patch)
treeeeea60afdfe9fb5ef106fb84bc676c2b9c089aa4 /ChangeLog
parentce1c0604fdf5280c617b24e292c029cdfde5b243 (diff)
downloadclasspath-11715d09eb1097db4ea7abbff820b419dcc73f3d.tar.gz
2005-08-16 Anthony Balkissoon <abalkiss@redhat.com>
* javax/swing/plaf/basic/BasicTableUI.java: (ActionListenerProxy): Replaced type TableAction with parent type ActionListener to avoid Semantic errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9df3dc5e0..6d38131d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-08-16 Anthony Balkissoon <abalkiss@redhat.com>
+ * javax/swing/plaf/basic/BasicTableUI.java:
+ (ActionListenerProxy): Replaced type TableAction with parent type
+ ActionListener to avoid Semantic errors.
+
+2005-08-16 Anthony Balkissoon <abalkiss@redhat.com>
+
* javax/swing/plaf/basic/BasicLookAndFeel.java:
(initComponentDefaults): Fixed typo.
* javax/swing/plaf/basic/BasicTableUI.java: