]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removes the double colons
authorSteve Coffman <gears@apache.org>
Wed, 20 Sep 2000 16:58:25 +0000 (16:58 +0000)
committerSteve Coffman <gears@apache.org>
Wed, 20 Sep 2000 16:58:25 +0000 (16:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193706 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/datatypes/IDReferences.java
src/org/apache/fop/fo/flow/TableCell.java

index a6ff21cab3a68071568f844ec2d9bdaec98545bd..e07969d90d5afced48694dc3505ac06420b723ba 100644 (file)
@@ -192,7 +192,7 @@ public class IDReferences {
         {
             list.append("\n\"").append(enum.nextElement().toString()).append("\" ")  ;
         }
-        return list.toString();;                
+        return list.toString();                
     }
 
 
index fbf7b758d5df49564dc9c729b3ad4835b5827678..24eec8ebe33b8a3820ea91c97cdd0fdf82d0c5fa 100644 (file)
@@ -213,7 +213,7 @@ public class TableCell extends FObj {
     }
 
     public int getHeight() {
-       return areaContainer.getHeight();;
+       return areaContainer.getHeight();
     }
     
     public void setHeight(int height) {