Skip to content

Commit 4ac5f44

Browse files
committed
rename to getCompiledClass() in README
1 parent 06dc6fd commit 4ac5f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ try {
415415
"}");
416416

417417
compiledScript.setExecutionStrategy(MethodExecutionStrategy.byMatchingArguments(
418-
compiledScript.getInstanceClass(),
418+
compiledScript.getCompiledClass(),
419419
"getMessage",
420420
"Hello", 42));
421421

0 commit comments

Comments
 (0)