classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: RepaintManager - minor edit


From: David Gilbert
Subject: [cp-patches] FYI: RepaintManager - minor edit
Date: Thu, 27 Oct 2005 09:20:41 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051026)

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  <address@hidden>

        * 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;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]