jps build: fix typo in javadoc

GitOrigin-RevId: 4da9531123bdecd840227de6bcf77963ab0ad975
This commit is contained in:
nik
2019-10-02 09:03:49 +00:00
committed by intellij-monorepo-bot
parent 262d6c0e3d
commit c456a59c9f
@@ -109,7 +109,7 @@ public class CompilerMessage extends BuildMessage {
}
/**
* Return a message describing an error in JPS builders code. Such messages will be reported as regular compilation errors and also will be logger
* Return a message describing an error in JPS builders code. Such messages will be reported as regular compilation errors and also will be logged
* as fatal errors of the IDE.
*/
public static CompilerMessage createInternalBuilderError(@NotNull String compilerName, @NotNull Throwable t) {