Author: adelmelle
Date: Sun Feb 6 16:14:51 2011
New Revision: 1067692
URL: http://svn.apache.org/viewvc?rev=1067692&view=rev
Log:
Got a bit ahead of myself, again...
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java?rev=1067692&r1=1067691&r2=1067692&view=diff
==============================================================================
---
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
(original)
+++
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
Sun Feb 6 16:14:51 2011
@@ -279,7 +279,7 @@ public abstract class AbstractLayoutMana
}
/** {@inheritDoc} */
- public void addChildLMs(List<LayoutManager> newLMs) {
+ public void addChildLMs(List newLMs) {
if (newLMs == null || newLMs.size() == 0) {
return;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]