Ref: add new static analyser rule: category/java/bestpractices.xml/MissingOverride
This commit is contained in:
@@ -188,7 +188,7 @@ public class WinProcess {
|
||||
return result;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
@Override public String toString() {
|
||||
return "WinProcess(pid: " + this.pid + ", handle " + this.handle + ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user