]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed unsuitable language from comment
authorManuel Mall <manuel@apache.org>
Mon, 10 Oct 2005 11:06:32 +0000 (11:06 +0000)
committerManuel Mall <manuel@apache.org>
Mon, 10 Oct 2005 11:06:32 +0000 (11:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312615 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/inline/ContentLayoutManager.java

index fe0bc34f6ece2d51bed51880277d160d4aafa945..85d9f0e35fb0c41792a60dd4d767b9c3b482635b 100644 (file)
@@ -258,7 +258,6 @@ public class ContentLayoutManager extends AbstractBaseLayoutManager
                KnuthElement contentElement;
                while (returnedList.size() > 0) {
                     Object obj = returnedList.removeFirst();
-                    // Shit contentElement = (KnuthElement)returnedList.removeFirst();
                     if (obj instanceof KnuthSequence) {
                         KnuthSequence ks = (KnuthSequence)obj;
                         for (Iterator it = ks.iterator(); it.hasNext(); ) {