This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
FYI: Patch: javax.swing.undo.StateEditable
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Cc: commit-classpath at gnu dot org
- Date: Sun, 11 Jan 2004 00:14:58 +0100
- Subject: FYI: Patch: javax.swing.undo.StateEditable
Hi lists,
I will commit the attached patch to make javax/swing/undo/StateEditable.java
more compliant to our style.
Michael
2004-01-11 Michael Koch <konqueror@gmx.de>
* javax/swing/undo/StateEditable.java
(RCSID): Removed redundant modifiers.
Index: javax/swing/undo/StateEditable.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/undo/StateEditable.java,v
retrieving revision 1.5
diff -u -b -B -r1.5 StateEditable.java
--- javax/swing/undo/StateEditable.java 26 Nov 2003 22:23:40 -0000 1.5
+++ javax/swing/undo/StateEditable.java 10 Jan 2004 23:06:10 -0000
@@ -80,7 +80,7 @@
* Sun’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 = "";
/**