You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/06/08 21:18:22 UTC

ant git commit: Fix javadoc

Repository: ant
Updated Branches:
  refs/heads/master b08e7de6f -> 1b98901b0


Fix javadoc

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

Branch: refs/heads/master
Commit: 1b98901b0fa40d44143917d54100773a3a99ddcd
Parents: b08e7de
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Fri Jun 8 23:18:13 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Fri Jun 8 23:18:13 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/1b98901b/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 cc92a3e..167a246 100644
--- a/src/main/org/apache/tools/ant/types/PatternSet.java
+++ b/src/main/org/apache/tools/ant/types/PatternSet.java
@@ -207,6 +207,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;