gjdoc was complaining about a character in a comment in this file, and when I looked at it using Eclipse the on screen display was a little corrupted, so I replaced the character:

2005-10-27  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/RepaintManager.java
        (paintDirtyRegions): replaced characters in comment that caused
        warnings in gjdoc and Eclipse.

Regards,

Dave
Index: javax/swing/RepaintManager.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/RepaintManager.java,v
retrieving revision 1.16
diff -u -r1.16 RepaintManager.java
--- javax/swing/RepaintManager.java     19 Oct 2005 15:45:05 -0000      1.16
+++ javax/swing/RepaintManager.java     27 Oct 2005 08:10:27 -0000
@@ -1,5 +1,5 @@
 /* RepaintManager.java --
-   Copyright (C) 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -508,7 +508,7 @@
   {
     // In order to keep the blocking of application threads minimal, we switch
     // the invalidComponents field with the workInvalidComponents field and
-    // work wíth the workInvalidComponents field.
+    // work with the workInvalidComponents field.
     synchronized(this)
     {
       ArrayList swap = invalidComponents;
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to