Browse Source

Removed unsuitable language from comment

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@312615 13f79535-47bb-0310-9956-ffa450edef68
pull/31/head
Manuel Mall 19 years ago
parent
commit
c994919953

+ 0
- 1
src/java/org/apache/fop/layoutmgr/inline/ContentLayoutManager.java View 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(); ) {

Loading…
Cancel
Save