We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4914936 commit 43c7f55Copy full SHA for 43c7f55
libs/entitlement/src/main/java/org/elasticsearch/entitlement/runtime/policy/PolicyManager.java
@@ -50,9 +50,9 @@
50
public class PolicyManager {
51
private static final Logger logger = LogManager.getLogger(PolicyManager.class);
52
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)";
+ static final String UNKNOWN_COMPONENT_NAME = "(unknown)";
+ static final String SERVER_COMPONENT_NAME = "(server)";
+ static final String APM_AGENT_COMPONENT_NAME = "(APM agent)";
56
57
/**
58
* @param componentName the plugin name; or else one of the special component names
0 commit comments