zjffdu commented on a change in pull request #3618: [ZEPPELIN-4580] check the
instance type rather than the class name
URL: https://github.com/apache/zeppelin/pull/3618#discussion_r371829997
##########
File path:
zeppelin-server/src/main/java/org/apache/zeppelin/rest/LoginRestApi.java
##########
@@ -124,7 +124,7 @@ private boolean isKnoxSSOEnabled() {
Realm realm = iterator.next();
String name = realm.getClass().getName();
Review comment:
`name` could be removed since it is not used again.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services