This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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&#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 = "";
 
 
   /**

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]