We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SuggestedFix.checkNotSyntheticConstructor
1 parent 58473c5 commit c40ccb0Copy full SHA for c40ccb0
check_api/src/main/java/com/google/errorprone/fixes/SuggestedFix.java
@@ -363,7 +363,7 @@ public Builder merge(@Nullable SuggestedFix other) {
363
}
364
365
/**
366
- * Prevent attempts to modify implicit default constructurs, since they are one of the few
+ * Prevent attempts to modify implicit default constructors, since they are one of the few
367
* synthetic constructs added to the AST early enough to be visible from Error Prone.
368
*/
369
private static void checkNotSyntheticConstructor(Tree tree) {
0 commit comments