delete unnecessary code

This commit is contained in:
astroshim 2016-08-27 01:41:11 +09:00
parent 29966a0194
commit 50c6acf9c7

View file

@ -21,16 +21,12 @@ package org.apache.zeppelin.rest.message;
* RestartInterpreter rest api request message
*/
public class RestartInterpreterRequest {
boolean checkIntpCondition;
String noteId;
public RestartInterpreterRequest() {
}
public boolean getCheckIntpCondition() {
return checkIntpCondition;
}
public String getNoteId() {
return noteId;
}