We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623ac05 commit 2051243Copy full SHA for 2051243
1 file changed
src/paintcomponents/java/lazy/MethodPaintComponent.java
@@ -119,6 +119,8 @@ public Object provideInformationToDataFromPoint(
119
DataToPoint toPoint = toPoints.get(i+1);
120
try {
121
args[i] = toPoint.fetchData();
122
+ //This usage's effects haven't been verified to be useful.
123
+ // ***** DO NOT FOLLOW THIS USAGE IF YOU'RE NOT CLEAR WHAT YOU'RE DOING ******
124
if (wantedType[i].isAssignableFrom(String.class)) {
125
args[i] = wantedType[i].cast(args[i]);
126
}
0 commit comments