You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/04/28 19:09:17 UTC

[commons-jcs] branch master updated: Javadoc: Use {@code } instead of HTML tags.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new a4ac14c1 Javadoc: Use {@code } instead of HTML tags.
     new b37b5f1c Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-jcs.git
a4ac14c1 is described below

commit a4ac14c154d8ede741b1f4859867cc2e231e811c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Apr 28 15:08:48 2023 -0400

    Javadoc: Use {@code } instead of HTML tags.
---
 .../apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java  | 4 ++--
 .../java/org/apache/commons/jcs3/utils/config/OptionConverter.java    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java
index 9ffb002b..e70bdcf7 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java
@@ -347,9 +347,9 @@ public class IndexedDiskCache<K, V> extends AbstractDiskCache<K, V>
      * The caller should take the appropriate action if the keys and data are not consistent.
      *
      * @param checkForDedOverlaps
-     *            if <code>true</code>, do a more thorough check by checking for
+     *            if {@code true}, do a more thorough check by checking for
      *            data overlap
-     * @return <code>true</code> if the test passes
+     * @return {@code true} if the test passes
      */
     private boolean checkKeyDataConsistency(final boolean checkForDedOverlaps)
     {
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java
index 29179b0a..72e1209c 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java
@@ -172,8 +172,8 @@ public class OptionConverter
     }
 
     /**
-     * If <code>value</code> is "true", then <code>true</code> is returned. If <code>value</code> is
-     * "false", then <code>true</code> is returned. Otherwise, <code>default</code> is returned.
+     * 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 returned.
      *
      * Case of value is unimportant.
      * @param value