pbwest 2002/10/30 06:45:38 Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOAttributes.java Log: Comment typos. Revision Changes Path No revision No revision 1.1.2.11 +5 -5 xml-fop/src/org/apache/fop/fo/Attic/FOAttributes.java Index: FOAttributes.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOAttributes.java,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -r1.1.2.10 -r1.1.2.11 --- FOAttributes.java 21 Oct 2002 15:41:26 -0000 1.1.2.10 +++ FOAttributes.java 30 Oct 2002 14:45:38 -0000 1.1.2.11 @@ -66,7 +66,7 @@ private HashMap foAttrMap = new HashMap(0); /** - * An sorted array of the keys (property indices) of the values in + * A sorted array of the keys (property indices) of the values in * <i>foAttrMap</i>. */ private Integer[] foAttrKeys = null; @@ -85,7 +85,7 @@ * <p>The <tt>Attributes</tt> object on the event is scanned, and each * attribute is examined. If the attribute is in the default namespace * for fo: attributes, it is an fo: property, and its value is entered - * into the <i>foAttrMap</i> <tt>Hashmap>/tt> indexed by the property + * into the <i>foAttrMap</i> <tt>Hashmap</tt> indexed by the property * index. * <p>If the attribute does not belong to the default namespace, its * value is entered into the appropriate <tt>HashMap</tt> in the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]