You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/06/19 21:00:49 UTC

svn commit: r1604009 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ImmutableConfiguration.java

Author: oheger
Date: Thu Jun 19 19:00:49 2014
New Revision: 1604009

URL: http://svn.apache.org/r1604009
Log:
JavaDoc; thanks to Alex Yursha for the patch.

Modified:
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ImmutableConfiguration.java

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ImmutableConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ImmutableConfiguration.java?rev=1604009&r1=1604008&r2=1604009&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ImmutableConfiguration.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ImmutableConfiguration.java Thu Jun 19 19:00:49 2014
@@ -126,7 +126,7 @@ public interface ImmutableConfiguration
     /**
      * Get a list of properties associated with the given configuration key.
      * This method expects the given key to have an arbitrary number of String
-     * values, each of which is of the form {code key=value}. These
+     * values, each of which is of the form {@code key=value}. These
      * strings are split at the equals sign, and the key parts will become
      * keys of the returned {@code Properties} object, the value parts
      * become values.