mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
delete unnecessary code
This commit is contained in:
parent
29966a0194
commit
50c6acf9c7
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue