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 f204de1 commit b31dfcdCopy full SHA for b31dfcd
polaris-core/src/main/java/org/apache/polaris/core/connection/AuthenticationType.java
@@ -61,7 +61,8 @@ public enum AuthenticationType {
61
}
62
63
/**
64
- * Given the code associated to the type, return the associated AuthenticationType. Return NULL_TYPE if not found
+ * Given the code associated to the type, return the associated AuthenticationType. Return
65
+ * NULL_TYPE if not found
66
*
67
* @param authTypeCode code associated to the authentication type
68
* @return ConnectionType corresponding to that code or null if mapping not found
0 commit comments