Skip to content

Commit c4af552

Browse files
committed
Fix Java doc generation
1 parent d91006d commit c4af552

File tree

1 file changed

+3
-3
lines changed
  • com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter

1 file changed

+3
-3
lines changed

com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/AdapterUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public static String sourceLookup(String[] sourcePaths, String sourceName) {
7373
/**
7474
* Get the enclosing type name of the given fully qualified name.
7575
* <pre>
76-
* a.b.c -> a.b.c
77-
* a.b.c$1 -> a.b.c
78-
* a.b.c$1$2 -> a.b.c
76+
* a.b.c = a.b.c
77+
* a.b.c$1 = a.b.c
78+
* a.b.c$1$2 = a.b.c
7979
* </pre>
8080
* @param fullyQualifiedName
8181
* fully qualified name

0 commit comments

Comments
 (0)