mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
+1
-3
@@ -32,8 +32,6 @@ public class PsiParameterListStubImpl extends StubBase<PsiParameterList> impleme
|
||||
|
||||
@SuppressWarnings({"HardCodedStringLiteral"})
|
||||
public String toString() {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
builder.append("PsiParameterListStub");
|
||||
return builder.toString();
|
||||
return "PsiParameterListStub";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user