Skip to content

Commit

Permalink
Cleanup (typos)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 65be323cd75efaccefe7583bd1569179c0fa116b
  • Loading branch information
trespasserw authored and intellij-monorepo-bot committed Jul 29, 2019
1 parent a438e44 commit ece6292
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ else if (!myConfiguration.OPTION_DEPRECATED_LIST) {
}
}
else {
// placing source roots on a classpath is perfectly legal and allows to generate correct Javadoc
// when a module without a module-info.java file depends on another module which has one
// placing source roots on a classpath is perfectly legal and allows generating correct Javadoc
// when a module without a module-info.java file depends on another module that has one
Stream<VirtualFile> roots = Stream.concat(sourceRoots.stream(), classRoots.stream());
String path = roots.map(MyJavaCommandLineState::localPath).collect(Collectors.joining(File.pathSeparator));
writer.println("-classpath");
Expand Down

0 comments on commit ece6292

Please sign in to comment.