Skip to content

Commit 2051243

Browse files
authored
Update MethodPaintComponent.java
1 parent 623ac05 commit 2051243

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/paintcomponents/java/lazy/MethodPaintComponent.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ public Object provideInformationToDataFromPoint(
119119
DataToPoint toPoint = toPoints.get(i+1);
120120
try {
121121
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 ******
122124
if (wantedType[i].isAssignableFrom(String.class)) {
123125
args[i] = wantedType[i].cast(args[i]);
124126
}

0 commit comments

Comments
 (0)