Fix NPE occurring when quick fix selected in Eclipse

This commit is contained in:
aboyko
2024-02-05 08:36:37 -05:00
parent ecae909274
commit 87b931ae8f

View File

@@ -56,7 +56,7 @@ public class DelegateMarkerResolution implements IMarkerResolution, IMarkerResol
@Override
public String getAdditionalProposalInfo() {
throw new UnsupportedOperationException();
return null;
}
@Override