Jeff Zhang created ZEPPELIN-1305:
------------------------------------
Summary: Fix bug of ZEPPELIN-1215
Key: ZEPPELIN-1305
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1305
Project: Zeppelin
Issue Type: Bug
Reporter: Jeff Zhang
Assignee: Jeff ZhangIt is my bad, Before commit ZEPPELIN-1215, I change getProperty().getProperty(key) != null to getProperty().contains(key). But it should be getProperty().containsKey(key). -- This message was sent by Atlassian JIRA (v6.3.4#6332)
