Skip to content

Commit 90eec07

Browse files
committed
refine some javadocs
1 parent b1ac735 commit 90eec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/ResolveClasspathsHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private static String[][] computeClassPath(String mainClass, String projectName)
142142
project = projects.get(0);
143143

144144
if (projects.size() > 1) {
145-
// when mainClass is located in
145+
// when mainClass is located in multiple projects, use the first one and give a warning message.
146146
logger.warning(String.format("Main class '%s' isn't unique in the workspace"
147147
+ ", use project %s for default, please specify projectName in launch.json if you want to use other project.",
148148
mainClass, project.getProject().getName()));

0 commit comments

Comments
 (0)