Skip to content

Commit e9ede82

Browse files
committed
Typo fix
1 parent d555e12 commit e9ede82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/org/checkerframework/plugin/gradle/CheckerFrameworkPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CheckerFrameworkPlugin @Inject constructor() : Plugin<Project> {
138138
}
139139

140140
/**
141-
* Adds a checkerCompileJava task, for the given source set, that copies the compileJava test, but
141+
* Adds a checkerCompileJava task, for the given source set, that copies the compileJava task, but
142142
* changes the source to the result of the delombok task.
143143
*/
144144
private fun addCheckerTasks(sourceSet: SourceSet, project: Project) {

0 commit comments

Comments
 (0)