diff options
author | Simon Steiner <ssteiner@apache.org> | 2017-08-16 11:02:44 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2017-08-16 11:02:44 +0000 |
commit | df7f148e6c9a49e74ed9811b19f74be9e811de51 (patch) | |
tree | 8faf8665431ccebece76fef56d9e2ff763efe4e2 /fop-util | |
parent | 7eba11e048e90797e2a34d698b6f29fe82fae5d7 (diff) | |
download | xmlgraphics-fop-df7f148e6c9a49e74ed9811b19f74be9e811de51.tar.gz xmlgraphics-fop-df7f148e6c9a49e74ed9811b19f74be9e811de51.zip |
Fix javadocs under java 8
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1805177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop-util')
-rw-r--r-- | fop-util/src/main/java/org/apache/fop/util/text/AdvancedMessageFormat.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fop-util/src/main/java/org/apache/fop/util/text/AdvancedMessageFormat.java b/fop-util/src/main/java/org/apache/fop/util/text/AdvancedMessageFormat.java index acb851553..dafc3741b 100644 --- a/fop-util/src/main/java/org/apache/fop/util/text/AdvancedMessageFormat.java +++ b/fop-util/src/main/java/org/apache/fop/util/text/AdvancedMessageFormat.java @@ -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: <String, Object>) * @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: <String, Object>) * @param target the target StringBuffer to write the formatted message to */ public void format(Map<String, Object> params, StringBuffer target) { |