You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/09/27 22:37:28 UTC

svn commit: r1842198 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java

Author: ggregory
Date: Thu Sep 27 22:37:28 2018
New Revision: 1842198

URL: http://svn.apache.org/viewvc?rev=1842198&view=rev
Log:
Javdoc.

Modified:
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java?rev=1842198&r1=1842197&r2=1842198&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java Thu Sep 27 22:37:28 2018
@@ -482,7 +482,7 @@ public class ConfigurationInterpolator
      * successful either and a parent {@code ConfigurationInterpolator} is
      * available, this object is asked to resolve the variable.
      *
-     * @param var the name of the variable whose value is to be looked up
+     * @param var the name of the variable whose value is to be looked up which may contain a prefix.
      * @return the value of this variable or <b>null</b> if it cannot be
      * resolved
      */