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 2015/05/16 19:47:09 UTC

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

Author: oheger
Date: Sat May 16 17:47:09 2015
New Revision: 1679786

URL: http://svn.apache.org/r1679786
Log:
Javadoc error: Unexpected end tag.

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/SystemPropertiesLookup.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/SystemPropertiesLookup.java?rev=1679786&r1=1679785&r2=1679786&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/SystemPropertiesLookup.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/interpol/SystemPropertiesLookup.java Sat May 16 17:47:09 2015
@@ -28,12 +28,12 @@ import org.apache.commons.lang3.text.Str
  * the Commons Lang project to resolve system properties. It can be used for
  * referencing system properties in configuration files in an easy way, for
  * instance:
+ * </p>
  *
  * <pre>
  * current.user = ${sys:user.name}
  * </pre>
  *
- * </p>
  * <p>
  * {@code SystemPropertiesLookup} is one of the standard lookups that is
  * registered per default for each configuration.