mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove commented code lines
This commit is contained in:
parent
86153a85ad
commit
f5a539e6a0
1 changed files with 0 additions and 18 deletions
|
|
@ -31,11 +31,6 @@ public class ActionResponse {
|
|||
private final List<AggWrapper> aggregations = new LinkedList<>();
|
||||
|
||||
|
||||
// public ActionResponse source(String source) {
|
||||
// this.source = source;
|
||||
// return this;
|
||||
// }
|
||||
|
||||
public ActionResponse succeeded(boolean succeeded) {
|
||||
this.succeeded = succeeded;
|
||||
return this;
|
||||
|
|
@ -45,19 +40,6 @@ public class ActionResponse {
|
|||
return succeeded;
|
||||
}
|
||||
|
||||
// public String getSource() {
|
||||
// return source;
|
||||
// }
|
||||
|
||||
// public String getId() {
|
||||
// return id;
|
||||
// }
|
||||
|
||||
// public ActionResponse id(String id) {
|
||||
// this.id = id;
|
||||
// return this;
|
||||
// }
|
||||
|
||||
public ActionResponse totalHits(long totalHits) {
|
||||
this.totalHits = totalHits;
|
||||
return this;
|
||||
|
|
|
|||
Loading…
Reference in a new issue