Skip to content

Commit 31fb5c2

Browse files
committed
enhance javadoc
1 parent 1a9a687 commit 31fb5c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javaagent-extension-api/src/main/java/io/opentelemetry/javaagent/extension/instrumentation/internal/ExperimentalInstrumentationModule.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ default List<String> agentPackagesToHide() {
7070
* to get a reference to the module. <br>
7171
* Map value is a list of packages to open in the module
7272
*
73-
* @return map of "witness class" name as key, list of packages as value.
73+
* @return map of "witness class" FQN as key, list of packages as value.
7474
*/
75-
// TODO: copy the javadoc of the original implementation
7675
default Map<String, List<String>> jpmsModulesToOpen() {
7776
return Collections.emptyMap();
7877
}

0 commit comments

Comments
 (0)