Fix NPE occurring when quick fix selected in Eclipse
This commit is contained in:
@@ -56,7 +56,7 @@ public class DelegateMarkerResolution implements IMarkerResolution, IMarkerResol
|
||||
|
||||
@Override
|
||||
public String getAdditionalProposalInfo() {
|
||||
throw new UnsupportedOperationException();
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user