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:
Michael Koch 2004-01-10 23:11:56 +00:00 committed by Michael Koch
parent a2ab189d04
commit 6a425fbe8d
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* javax/print/attribute/EnumSyntax.java

View File

@ -80,7 +80,7 @@ public interface StateEditable
* Sun&#x2019;s reference implementation, GNU Classpath also has to
* provide this field. However, we do not try to match its value.
*/
static final String RCSID = "";
String RCSID = "";
/**