ATEST-81:
- fixing / trying to fix various bugs
This commit is contained in:
@@ -39,6 +39,8 @@ import ch.psi.daq.hazelcast.query.range.QueryRange;
|
||||
})
|
||||
public abstract class AbstractQuery implements Query {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private static Logger logger = LoggerFactory.getLogger(AbstractQuery.class);
|
||||
|
||||
private List<String> channels;
|
||||
|
||||
@@ -19,6 +19,8 @@ import ch.psi.daq.hazelcast.query.range.QueryRange;
|
||||
*/
|
||||
public class PulseRangeQuery extends AbstractQuery {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
||||
@@ -20,7 +20,8 @@ import ch.psi.daq.hazelcast.query.bin.BinningStrategy;
|
||||
import ch.psi.daq.hazelcast.query.range.QueryRange;
|
||||
|
||||
public class TimeRangeQuery extends AbstractQuery {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public static final String DATE_FORMAT_STRING = "yyyy/MM/dd hh:mm:ss.SSS";
|
||||
private static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat(DATE_FORMAT_STRING);
|
||||
|
||||
Reference in New Issue
Block a user