gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/org/nongnu/libvob/linebreaking HBox.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/org/nongnu/libvob/linebreaking HBox.java
Date: Tue, 05 Aug 2003 05:42:07 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/05 05:42:07

Modified files:
        org/nongnu/libvob/linebreaking: HBox.java 

Log message:
        Interfaces should not use 'public'

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/linebreaking/HBox.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/linebreaking/HBox.java
diff -u libvob/org/nongnu/libvob/linebreaking/HBox.java:1.2 
libvob/org/nongnu/libvob/linebreaking/HBox.java:1.3
--- libvob/org/nongnu/libvob/linebreaking/HBox.java:1.2 Tue Apr  8 16:25:02 2003
+++ libvob/org/nongnu/libvob/linebreaking/HBox.java     Tue Aug  5 05:42:07 2003
@@ -38,7 +38,7 @@
  */
 
 public interface HBox {
-String rcsid = "$Id: HBox.java,v 1.2 2003/04/08 20:25:02 tjl Exp $";
+String rcsid = "$Id: HBox.java,v 1.3 2003/08/05 09:42:07 tjl Exp $";
 
     float getWidth(float scale);
 
@@ -106,7 +106,7 @@
        public void setPrev(HBox b) { }
     }
 
-    public Object WH_KEY = new Object();
+    Object WH_KEY = new Object();
 
     /** A useful base class for hboxes that are vobs.
      *  The second coordsys will contain the width and height for this vob.




reply via email to

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