pbwest 2002/10/02 20:14:29
Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
PropertyConsts.java
Log:
Removed getNonInheritedSet() method.
Revision Changes Path
No revision
No revision
1.1.2.13 +3 -11 xml-fop/src/org/apache/fop/fo/Attic/PropertyConsts.java
Index: PropertyConsts.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/PropertyConsts.java,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -r1.1.2.12 -r1.1.2.13
--- PropertyConsts.java 2 Oct 2002 01:26:53 -0000 1.1.2.12
+++ PropertyConsts.java 3 Oct 2002 03:14:29 -0000 1.1.2.13
@@ -235,13 +235,6 @@
}
/**
- * @return <tt>BitSet</tt> of non-inherited properties
- */
- public static BitSet getNonInheritedSet() {
- return (BitSet)nonInheritedProps.clone();
- }
-
- /**
* @param propertyIndex int index of the FO property
* @return <tt>boolean</tt> is property a shorthand?
*/
@@ -680,4 +673,3 @@
private PropertyConsts (){}
}
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]