We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7641093 commit c239be2Copy full SHA for c239be2
apm-agent-core/src/main/java/co/elastic/apm/agent/util/NoRandomAccessMap.java
@@ -33,7 +33,7 @@
33
/**
34
* A map (not implementing the java.util.Map interface) that only supports key-value pair additions and iterations.
35
* 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)}
+ * This map does not support any form of concurrency. It can be either be in a write mode (through its {@link #add}
37
* method) or read mode (through the {@link #iterator()} API) at a given time.
38
* <p>
39
* NOTE: this map does not guarantee visibility, therefore ensuring visibility when switching from read to write mode
0 commit comments