diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index fbdd3c496..4b4141668 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -303,9 +303,9 @@ invoking the compiler.

No - failonerror - Indicates whether the build will continue even if there are compilation errors; defaults to true. - + failonerror + Indicates whether compilation errors + will fail the build; defaults to true. No