Browse Source

clean up some gump javadoc warnings


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196745 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
William Victor Mote 21 years ago
parent
commit
c5cdc4251d

+ 1
- 1
src/java/org/apache/fop/fo/LengthProperty.java View File

@@ -89,7 +89,7 @@ public class LengthProperty extends Property {
}

/**
* @see Property#convertProperty
* @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList,

+ 1
- 1
src/java/org/apache/fop/fo/ListProperty.java View File

@@ -70,7 +70,7 @@ public class ListProperty extends Property {
}

/**
* @see Property#convertProperty
* @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList, FObj fo) {

+ 1
- 1
src/java/org/apache/fop/fo/NumberProperty.java View File

@@ -72,7 +72,7 @@ public class NumberProperty extends Property {
}

/**
* @see Property#convertProperty
* @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList, FObj fo) {

+ 1
- 1
src/java/org/apache/fop/fo/ShorthandParser.java View File

@@ -52,7 +52,7 @@ package org.apache.fop.fo;

/**
* Interface used to provide parsing capabilities to Properties with shorthand
* characteristics (i.e. those with multiple components).
* characteristics (those with multiple components).
*/
public interface ShorthandParser {


Loading…
Cancel
Save