Skip to content

Commit b31dfcd

Browse files
committed
Run spotlessApply
1 parent f204de1 commit b31dfcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

polaris-core/src/main/java/org/apache/polaris/core/connection/AuthenticationType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public enum AuthenticationType {
6161
}
6262

6363
/**
64-
* Given the code associated to the type, return the associated AuthenticationType. Return NULL_TYPE if not found
64+
* Given the code associated to the type, return the associated AuthenticationType. Return
65+
* NULL_TYPE if not found
6566
*
6667
* @param authTypeCode code associated to the authentication type
6768
* @return ConnectionType corresponding to that code or null if mapping not found

0 commit comments

Comments
 (0)