This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit 198c4f722d374b94fb9c34bf6a3951b9ac09e94d
Author: Matt Benson <mben...@apache.org>
AuthorDate: Thu May 17 10:43:18 2018 -0500

    Javadoc cleanup
---
 ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java 
b/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java
index 0686e2f..4f29896 100644
--- a/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java
+++ b/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java
@@ -110,7 +110,7 @@ public class WeaverSettings extends DataType {
     /**
      * Return the effective classpath as a {@link List} of {@link String}
      * filesystem paths. If {@link #includeSystemClasspath}, system classpath 
will be appended.
-     * @return List<String>
+     * @return {@link List} of {@link String}
      */
     public List<String> getClasspathEntries() {
         final Path path = new Path(getProject());
@@ -201,7 +201,7 @@ public class WeaverSettings extends DataType {
 
     /**
      * Merge nested {@code propertyset} and {@code properties}; latter takes 
precedence.
-     * @return Properties
+     * @return {@link Properties}
      */
     public Properties getProperties() {
         if (isReference()) {

-- 
To stop receiving notification emails like this one, please contact
mben...@apache.org.

Reply via email to