You're saying I should've fixed that too. I would have, but I didn't notice.
I just fixed the content: docs said "true" but should be "false". Sent from my iPhone > On 2014/05/17, at 0:54, Gary Gregory <[email protected]> wrote: > > Why not use {@code } consistently instead of a mix with <code>? > > Gary > > > -------- Original message -------- > From: [email protected] > Date:05/16/2014 10:01 (GMT-05:00) > To: [email protected] > Subject: svn commit: r1595201 - > /logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java > > Author: rpopma > Date: Fri May 16 14:01:38 2014 > New Revision: 1595201 > > URL: http://svn.apache.org/r1595201 > Log: > javadoc fix > > 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=1595201&r1=1595200&r2=1595201&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 > Fri May 16 14:01:38 2014 > @@ -102,7 +102,7 @@ public final class OptionConverter { > /** > * If <code>value</code> is "true", then {@code true} is > * returned. If <code>value</code> is "false", then > - * {@code true} is returned. Otherwise, <code>default</code> is > + * {@code false} is returned. Otherwise, <code>default</code> is > * returned. > * <p/> > * <p>Case of value is unimportant. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
