Skip to content

Commit 200d4a1

Browse files
committed
Remove javadoc reference to non-public type
1 parent 34d6177 commit 200d4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/main/java/datadog/instrument/utils/ClassLoaderIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import static datadog.instrument.utils.ClassLoaderKey.SYSTEM_CLASS_LOADER_KEY_ID;
1313

1414
/**
15-
* Semi-stable index of {@link ClassLoaderKey}s that guarantees a unique key and id for different
15+
* Semi-stable index of known {@link ClassLoader}s that guarantees a unique key-id for different
1616
* class-loaders. A class-loader may have more than one key-id over its life if it is temporarily
1717
* displaced from the index. For example if a large number of class-loaders (>500) were created in
1818
* parallel.

0 commit comments

Comments
 (0)