gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/modules/pp PPDemo.java


From: Matti Katila
Subject: [Gzz-commits] gzz/gzz/modules/pp PPDemo.java
Date: Mon, 27 Jan 2003 11:14:53 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/01/27 11:14:53

Modified files:
        gzz/modules/pp : PPDemo.java 

Log message:
        dbg--;

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp/PPDemo.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/gzz/modules/pp/PPDemo.java
diff -u gzz/gzz/modules/pp/PPDemo.java:1.1 gzz/gzz/modules/pp/PPDemo.java:1.2
--- gzz/gzz/modules/pp/PPDemo.java:1.1  Mon Jan 27 10:58:22 2003
+++ gzz/gzz/modules/pp/PPDemo.java      Mon Jan 27 11:14:52 2003
@@ -38,7 +38,7 @@
  * So let's talk about it like demo or robustness test.
  */
 public class PPDemo implements ActionListener {
-    public static final String rcsid = "$Id: PPDemo.java,v 1.1 2003/01/27 
15:58:22 mudyc Exp $";
+    public static final String rcsid = "$Id: PPDemo.java,v 1.2 2003/01/27 
16:14:52 mudyc Exp $";
     private static boolean dbg = false;
     private void pa(String s) { System.out.println(s); }
 
@@ -90,9 +90,9 @@
         } 
         // we can now go to next link because we have jumped around..
         else { 
-            pa("Already in paper..");
+            if (dbg) pa("Already in paper..");
             if (c.h(d.clone).s(d.clone) != null) {
-                pa("   Jump to link");
+                if (dbg) pa("   Jump to link");
                 if (c.h(d.clone).s(d.clone).s(d.association, 1) != null) 
                     c = c.h(d.clone).s(d.clone).s(d.association, 1);
                 else c = c.h(d.clone).s(d.clone).s(d.association, -1);




reply via email to

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