mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: 删除无用代码
This commit is contained in:
@@ -199,9 +199,6 @@ public abstract class TimeBuild extends FilterBuildTemplate {
|
||||
return result;
|
||||
}
|
||||
|
||||
/*public List<Long> add2List(Long ...elements) {
|
||||
return Arrays.stream(elements).collect(Collectors.toList());
|
||||
}*/
|
||||
public List add2List(Object... elements) {
|
||||
return Arrays.stream(elements).collect(Collectors.toList());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user