/[fenfire]/fenfire/org/fenfire/view/LinebrokenText.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/LinebrokenText.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mudyc, Wed Apr 23 20:58:08 2003 UTC revision 1.3 by tjl, Fri Apr 25 11:19:39 2003 UTC
# Line 47  import java.util.*; Line 47  import java.util.*;
47  public class LinebrokenText extends TextHandler {  public class LinebrokenText extends TextHandler {
48  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
49      public static boolean dbg = false;      public static boolean dbg = false;
     private static void p(String s) { if(dbg) pa(s); }  
50      private static void pa(String s) { System.out.println("LinebrokenText::"+s); }      private static void pa(String s) { System.out.println("LinebrokenText::"+s); }
51            
52      static Object CONTENT_KEY = new Object();      static Object CONTENT_KEY = new Object();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26