Skip to content

Commit 44167ae

Browse files
committed
Replace ModulesUtil in test
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent 41d0e6c commit 44167ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/eclipse/yasson/internal/model/ModulesUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ private ModulesUtil() {
2020
}
2121

2222
static MethodHandles.Lookup lookup(){
23-
return MethodHandles.lookup();
23+
return MethodHandles.publicLookup();
2424
}
2525
}

0 commit comments

Comments
 (0)