2004-01-11 Michael Koch <konqueror@gmx.de>
* javax/swing/undo/StateEditable.java (RCSID): Removed redundant modifiers. From-SVN: r75657
This commit is contained in:
parent
a2ab189d04
commit
6a425fbe8d
@ -1,3 +1,8 @@
|
|||||||
|
2004-01-11 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
|
* javax/swing/undo/StateEditable.java
|
||||||
|
(RCSID): Removed redundant modifiers.
|
||||||
|
|
||||||
2004-01-10 Michael Koch <konqueror@gmx.de>
|
2004-01-10 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* javax/print/attribute/EnumSyntax.java
|
* javax/print/attribute/EnumSyntax.java
|
||||||
|
@ -80,7 +80,7 @@ public interface StateEditable
|
|||||||
* Sun’s reference implementation, GNU Classpath also has to
|
* Sun’s reference implementation, GNU Classpath also has to
|
||||||
* provide this field. However, we do not try to match its value.
|
* provide this field. However, we do not try to match its value.
|
||||||
*/
|
*/
|
||||||
static final String RCSID = "";
|
String RCSID = "";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user