Переглянути джерело

Compatibility with JDK 1.1.x


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_14_0@193662 13f79535-47bb-0310-9956-ffa450edef68
fop-0_14_0
arved 24 роки тому
джерело
коміт
43f73b2f70

+ 1
- 1
src/org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.java Переглянути файл

public void addConditionalPageMasterReference( public void addConditionalPageMasterReference(
ConditionalPageMasterReference cpmr) ConditionalPageMasterReference cpmr)
{ {
this.conditionalPageMasterRefs.add( cpmr );
this.conditionalPageMasterRefs.addElement( cpmr );
} }
} }

Завантаження…
Відмінити
Зберегти