You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2018/05/18 17:00:44 UTC

[commons-weaver] 01/02: Javadoc cleanup

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 <mb...@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
mbenson@apache.org.