Skip to content

Commit 43c7f55

Browse files
committed
Entitlement component names package private
1 parent 4914936 commit 43c7f55

File tree

1 file changed

+3
-3
lines changed
  • libs/entitlement/src/main/java/org/elasticsearch/entitlement/runtime/policy

1 file changed

+3
-3
lines changed

libs/entitlement/src/main/java/org/elasticsearch/entitlement/runtime/policy/PolicyManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
public class PolicyManager {
5151
private static final Logger logger = LogManager.getLogger(PolicyManager.class);
5252

53-
public static final String UNKNOWN_COMPONENT_NAME = "(unknown)";
54-
public static final String SERVER_COMPONENT_NAME = "(server)";
55-
public static final String APM_AGENT_COMPONENT_NAME = "(APM agent)";
53+
static final String UNKNOWN_COMPONENT_NAME = "(unknown)";
54+
static final String SERVER_COMPONENT_NAME = "(server)";
55+
static final String APM_AGENT_COMPONENT_NAME = "(APM agent)";
5656

5757
/**
5858
* @param componentName the plugin name; or else one of the special component names

0 commit comments

Comments
 (0)