We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a07d2 commit 5a94755Copy full SHA for 5a94755
src/paintcomponents/java/lazy/MethodPaintComponent.java
@@ -62,7 +62,7 @@ private void init() {
62
// prepare String
63
StringBuilder s = new StringBuilder();
64
s.append(this.displayingMethod.toString() + "\n");
65
- s.append("<< Operating Instance :: " + this.displayingMethod.toString()
+ s.append(">>> Operating Instance :: " + this.displayingMethod.toString()
66
+ "\n");
67
for (int i = 0; i < paramTypes.length; i++) {
68
s.append("arg" + i + " :: " + paramTypes[i].getName() + "\n");
0 commit comments