You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2016/12/20 14:25:16 UTC

svn commit: r1775292 - /uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/SystemPropertyResolver.java

Author: burn
Date: Tue Dec 20 14:25:16 2016
New Revision: 1775292

URL: http://svn.apache.org/viewvc?rev=1775292&view=rev
Log:
UIMA-5190 Correct comment

Modified:
    uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/SystemPropertyResolver.java

Modified: uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/SystemPropertyResolver.java
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/SystemPropertyResolver.java?rev=1775292&r1=1775291&r2=1775292&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/SystemPropertyResolver.java (original)
+++ uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/SystemPropertyResolver.java Tue Dec 20 14:25:16 2016
@@ -153,9 +153,9 @@ public class SystemPropertyResolver
      * Get the property, trim junk off the end and return it.  If the default is not
      * found, then return the provided default.
      *
-     * @param The name of the property to look for.
-     *
-     * @throws Scheduling if the property does not exist.
+     * @param k    The name of the property to look for.
+     * @param dflt The default value
+     * @return     The property value or the default
      */
     public static String getStringProperty(String k, String dflt)
     {