Author: mattsicker
Date: Thu Aug 28 04:28:27 2014
New Revision: 1621035

URL: http://svn.apache.org/r1621035
Log:
Add missing </p> tags.

Modified:
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java?rev=1621035&r1=1621034&r2=1621035&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java
 Thu Aug 28 04:28:27 2014
@@ -245,7 +245,7 @@ public final class OptionConverter {
      * Perform variable substitution in string <code>val</code> from the
      * values of keys found in the system propeties.
      *
-     * <p>The variable substitution delimiters are <b>${</b> and <b>}</b>.
+     * <p>The variable substitution delimiters are <b>${</b> and <b>}</b>.</p>
      *
      * <p>For example, if the System properties contains "key=value", then
      * the call</p>
@@ -257,7 +257,7 @@ public final class OptionConverter {
      * </p>
      * <p>If no value could be found for the specified key, then the
      * <code>props</code> parameter is searched, if the value could not
-     * be found there, then substitution defaults to the empty string.
+     * be found there, then substitution defaults to the empty string.</p>
      *
      * <p>For example, if system properties contains no value for the key
      * "inexistentKey", then the call


Reply via email to