Repository: ant
Updated Branches:
  refs/heads/master 6c9e93242 -> 1ab929e74


Fix javadoc (cherry-pick master)

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8aa86560
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8aa86560
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8aa86560

Branch: refs/heads/master
Commit: 8aa86560ce29d306ab562d70664a81d124d774c2
Parents: f443a85
Author: Gintas Grigelionis <gin...@apache.org>
Authored: Fri Jun 8 23:18:13 2018 +0200
Committer: Gintas Grigelionis <gin...@apache.org>
Committed: Fri Jun 8 23:24:17 2018 +0200

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/types/PatternSet.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/8aa86560/src/main/org/apache/tools/ant/types/PatternSet.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/types/PatternSet.java 
b/src/main/org/apache/tools/ant/types/PatternSet.java
index 6b0a52e..9763308 100644
--- a/src/main/org/apache/tools/ant/types/PatternSet.java
+++ b/src/main/org/apache/tools/ant/types/PatternSet.java
@@ -204,6 +204,8 @@ public class PatternSet extends DataType implements 
Cloneable {
         /**
          * Encoding to use when reading the file, defaults to the platform's 
default
          * encoding.
+         *
+         * @return the encoding name
          */
         public final String getEncoding() {
             return encoding;

Reply via email to