Skip to content

Commit c239be2

Browse files
committed
workaround for javadoc error
1 parent 7641093 commit c239be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apm-agent-core/src/main/java/co/elastic/apm/agent/util/NoRandomAccessMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* A map (not implementing the java.util.Map interface) that only supports key-value pair additions and iterations.
3535
* The map doesn't allocate during addition or iteration.
36-
* This map does not support any form of concurrency. It can be either be in a write mode (through its {@link #add(K, V)}
36+
* This map does not support any form of concurrency. It can be either be in a write mode (through its {@link #add}
3737
* method) or read mode (through the {@link #iterator()} API) at a given time.
3838
* <p>
3939
* NOTE: this map does not guarantee visibility, therefore ensuring visibility when switching from read to write mode

0 commit comments

Comments
 (0)