Skip to content

Commit

Permalink
style: update NoSQLTypeCondition using private constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Jan 11, 2025
1 parent 79b0d88 commit dc52899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tck/src/main/java/jakarta/nosql/tck/NoSQLTypeCondition.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ public class NoSQLTypeCondition {

private static final Logger LOGGER = Logger.getLogger(NoSQLTypeCondition.class.getName());

private NoSQLTypeCondition() {
}

public static boolean isKeyValueType() {
var type = NoSQLType.get();
LOGGER.info("Checking if NoSQLType is KEY_VALUE, the nosql type: " + type);
Expand Down

0 comments on commit dc52899

Please sign in to comment.