mneethiraj commented on code in PR #935:
URL: https://github.com/apache/ranger/pull/935#discussion_r3238921525


##########
plugin-schema-registry/src/main/java/org/apache/ranger/services/schema/registry/client/connection/DefaultSchemaRegistryClient.java:
##########
@@ -56,6 +56,7 @@ public class DefaultSchemaRegistryClient implements 
ISchemaRegistryClient {
     private static final String SCHEMAS_PATH                 = 
SCHEMA_REGISTRY_PATH + "/schemas/";
     private static final String SCHEMA_REGISTRY_VERSION_PATH = 
SCHEMA_REGISTRY_PATH + "/version";
     private static final String SSL_ALGORITHM                = "TLSv1.2";
+    public static final String ERR_UNAUTHORIZED_URL_SELECTOR = "Unauthorized 
class, does not implement UrlSelector: ";

Review Comment:
   - `ERR_UNAUTHORIZED_URL_SELECTOR` => 
`ERR_CLASS_NOT_IMPLEMENTING_URL_SELECTOR`
   - `"Unauthorized class, does not implement UrlSelector: "` => `": class does 
not implement UrlSelector"`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to