From ae97cbfddaec521e7430f47c459ee2a1a6b3193c Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Sat, 22 Sep 2007 09:51:16 +0000 Subject: [PATCH] InlineStackingLM should not be instantiated directly -> make abstract git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@578397 13f79535-47bb-0310-9956-ffa450edef68 --- .../fop/layoutmgr/inline/InlineStackingLayoutManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java index 4cb48f6e7..7da7cc49f 100644 --- a/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java @@ -43,7 +43,7 @@ import org.apache.fop.traits.MinOptMax; * which stack children in the inline direction, such as Inline or * Line. It should not be instantiated directly. */ -public class InlineStackingLayoutManager extends AbstractLayoutManager +public abstract class InlineStackingLayoutManager extends AbstractLayoutManager implements InlineLevelLayoutManager { -- 2.39.5