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

@@ -281,7 +281,6 @@ public class AFPResourceManager {
}

/**
* {@asf.todo}
*
* @param resourceInfo the resource 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

@@ -134,7 +134,6 @@ public class CharacterSetOrientation {
}

/**
* {@asf.todo}
*
* @return the underscore width
*/
@@ -143,7 +142,6 @@ public class CharacterSetOrientation {
}

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

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

@@ -39,7 +39,7 @@ public class FloatContentLayoutManager extends SpacedBorderedPaddedBlockLayoutMa
private int yOffset;

/**
* {@asf.todo - Add info}
* {Add info}
*
* @param node the {@link Float} associated with this instance
*/
@@ -100,7 +100,7 @@ public class FloatContentLayoutManager extends SpacedBorderedPaddedBlockLayoutMa
}

/**
* {@asf.todo - Add info}
* {Add info}
*
* @param elemenList
* @param startIndex
@@ -132,7 +132,7 @@ public class FloatContentLayoutManager extends SpacedBorderedPaddedBlockLayoutMa
}

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

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

@@ -192,7 +192,7 @@ public class AdvancedMessageFormat {

/**
* 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
*/
public String format(Map<String, Object> params) {
@@ -203,7 +203,7 @@ public class AdvancedMessageFormat {

/**
* 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
*/
public void format(Map<String, Object> params, StringBuffer target) {

Loading…
Cancel
Save