Skip to content

Commit 06c04c0

Browse files
make it private
1 parent e03f096 commit 06c04c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/cli/src/test/java/org/elasticsearch/xpack/security/cli/CertGenUtilsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class CertGenUtilsTests extends ESTestCase {
6969
* <li>decipherOnly (8)</li>
7070
* </ul>
7171
*/
72-
public static final Map<String, Integer> KEY_USAGE_BITS = Map.ofEntries(
72+
private static final Map<String, Integer> KEY_USAGE_BITS = Map.ofEntries(
7373
Map.entry("digitalSignature", 0),
7474
Map.entry("nonRepudiation", 1),
7575
Map.entry("keyEncipherment", 2),

0 commit comments

Comments
 (0)