]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed superfluous javadoc
authorAndreas L. Delmelle <adelmelle@apache.org>
Sat, 24 Sep 2005 09:40:27 +0000 (09:40 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sat, 24 Sep 2005 09:40:27 +0000 (09:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291268 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/flow/Table.java

index 595852f0065f433452e58add768d7046377dc2ec..b97bd6713132af3196cd1e3e1dd111a2fbe57479 100644 (file)
@@ -442,9 +442,5 @@ public class Table extends TableFObj {
      */
     protected boolean isColumnNumberUsed(int colNr) {
         return usedColumnIndices.get(colNr - 1);
-    }
-    
-    /**
-     * Return the usedColumnIndices BitSet
-     */
+    }    
 }