Skip to content

Commit cebe21f

Browse files
committed
add comment
1 parent 77587a2 commit cebe21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/entitlement/src/main/java/org/elasticsearch/entitlement/initialization/EntitlementInitialization.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public static EntitlementChecker checker() {
6363
* @param inst the JVM instrumentation class instance
6464
*/
6565
public static void initialize(Instrumentation inst) throws Exception {
66+
// the checker _MUST_ be set before _any_ instrumentation is done
6667
checker = initChecker(createPolicyManager());
6768
initInstrumentation(inst);
6869
}

0 commit comments

Comments
 (0)