Skip to content

Commit cb3494e

Browse files
committed
Javadoc: Use the semantic "code" HTML tag instead of "tt" style tag
1 parent a169ca6 commit cb3494e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ static <K, V> Segment<K, V>[] newArray(final int i) {
698698
private transient int modCount;
699699

700700
/**
701-
* The table is rehashed when its size exceeds this threshold. (The value of this field is always <tt>(int)(capacity *
702-
* loadFactor)</tt>.)
701+
* The table is rehashed when its size exceeds this threshold. (The value of this field is always <code>(int)(capacity *
702+
* loadFactor)</code>.)
703703
*/
704704
private transient int threshold;
705705

0 commit comments

Comments
 (0)