Browse Source

Fix javadocs under java 8

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1805177 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_3
Simon Steiner 6 years ago
parent
commit
df7f148e6c

+ 0
- 1
fop-core/src/main/java/org/apache/fop/afp/AFPResourceManager.java View File

} }


/** /**
* {@asf.todo}
* *
* @param resourceInfo the resource info to check * @param resourceInfo the resource info to check
* @param areaInfo the area info to check * @param areaInfo the area info to check

+ 0
- 2
fop-core/src/main/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java View File

} }


/** /**
* {@asf.todo}
* *
* @return the underscore width * @return the underscore width
*/ */
} }


/** /**
* {@asf.todo}
* *
* @return the underscore position * @return the underscore position
*/ */

+ 3
- 3
fop-core/src/main/java/org/apache/fop/layoutmgr/FloatContentLayoutManager.java View File

private int yOffset; private int yOffset;


/** /**
* {@asf.todo - Add info}
* {Add info}
* *
* @param node the {@link Float} associated with this instance * @param node the {@link Float} associated with this instance
*/ */
} }


/** /**
* {@asf.todo - Add info}
* {Add info}
* *
* @param elemenList * @param elemenList
* @param startIndex * @param startIndex
} }


/** /**
* {@asf.todo - Add info}
* {Add info}
* *
* @param layoutContext * @param layoutContext
*/ */

+ 2
- 2
fop-util/src/main/java/org/apache/fop/util/text/AdvancedMessageFormat.java View File



/** /**
* Formats a message with the given parameters. * Formats a message with the given parameters.
* @param params a Map of named parameters (Contents: <String, Object>)
* @param params a Map of named parameters (Contents: &lt;String, Object&gt;)
* @return the formatted message * @return the formatted message
*/ */
public String format(Map<String, Object> params) { public String format(Map<String, Object> params) {


/** /**
* Formats a message with the given parameters. * Formats a message with the given parameters.
* @param params a Map of named parameters (Contents: <String, Object>)
* @param params a Map of named parameters (Contents: &lt;String, Object&gt;)
* @param target the target StringBuffer to write the formatted message to * @param target the target StringBuffer to write the formatted message to
*/ */
public void format(Map<String, Object> params, StringBuffer target) { public void format(Map<String, Object> params, StringBuffer target) {

Loading…
Cancel
Save