Skip to content

Commit 61b3660

Browse files
Blah
1 parent a337ce4 commit 61b3660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ else if (variable instanceof RecordComponentBinding component)
10401040
ExternalAnnotationSuperimposer.annotateComponentBinding(component, this.externalAnnotationProvider, this.environment);
10411041
}
10421042
return variable;
1043-
}
1043+
} // here
10441044

10451045
public RecordComponentBinding resolveTypeFor(RecordComponentBinding component) {
10461046
return (RecordComponentBinding) resolveTypeFor((VariableBinding) component);

0 commit comments

Comments
 (0)