Why not use {@code } consistently instead of a mix with <code>?

Gary

<div>-------- Original message --------</div><div>From: [email protected] 
</div><div>Date:05/16/2014  10:01  (GMT-05:00) </div><div>To: 
[email protected] </div><div>Subject: svn commit: r1595201 -
  
/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/OptionConverter.java
 </div><div>
</div>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.


Reply via email to