Add missing </p> tags. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk@1621035 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a4665ae2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a4665ae2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a4665ae2 Branch: refs/heads/messaging-module Commit: a4665ae2e502983f947dc189a4e58ee2287bdc2e Parents: 1d603fa Author: mattsicker <mattsicker@unknown> Authored: Thu Aug 28 04:28:27 2014 +0000 Committer: mattsicker <mattsicker@unknown> Committed: Thu Aug 28 04:28:27 2014 +0000 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/util/OptionConverter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a4665ae2/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java index 0a4b6ff..6203b70 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java @@ -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
