Skip to content

Commit

Permalink
Fix #384, ## in javadoc instead of #
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitsan Wakart committed Nov 21, 2023
1 parent 463181b commit f36b00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -1413,7 +1413,7 @@ public void remove() {
* iteration. The {@link NonBlockingHashMap} does not normally create or
* using {@link java.util.Map.Entry} objects so they will be created soley
* to support this iteration. Iterating using {@link Map#keySet} or {@link
* Map##values} will be more efficient.
* Map#values} will be more efficient.
*/
@Override
public Set<Map.Entry<TypeK,TypeV>> entrySet() {
Expand Down
Expand Up @@ -1256,7 +1256,7 @@ public void remove() {
* iteration. The {@link NonBlockingIdentityHashMap} does not normally create or
* using {@link java.util.Map.Entry} objects so they will be created soley
* to support this iteration. Iterating using {@link Map#keySet} or {@link
* Map##values} will be more efficient.
* Map#values} will be more efficient.
*/
@Override
public Set<Map.Entry<TypeK,TypeV>> entrySet() {
Expand Down

0 comments on commit f36b00f

Please sign in to comment.