classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: removed debug statement in javax.swing.text.View


From: Roman Kennke
Subject: [cp-patches] FYI: removed debug statement in javax.swing.text.View
Date: Wed, 11 May 2005 12:50:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204

In my last commit a accidentally left a debug System.err.println statement in the code. This is hereby removed.

005-05-11  Roman Kennke  <address@hidden>

       * javax/swing/text/View.java
       (insertUpdate) Removed a debug println statement.


/Roman

Index: javax/swing/text/View.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/text/View.java,v
retrieving revision 1.11
diff -u -r1.11 View.java
--- javax/swing/text/View.java  11 May 2005 10:36:26 -0000      1.11
+++ javax/swing/text/View.java  11 May 2005 10:47:54 -0000
@@ -292,7 +292,6 @@
    */
   public void insertUpdate(DocumentEvent ev, Shape shape, ViewFactory vf)
   {
-    System.err.println("entering insertUpdate in class: " + 
getClass().getName());
     Element el = getElement();
     DocumentEvent.ElementChange ec = ev.getChange(el);
     if (ec != null)

reply via email to

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