cleanup
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package org.lucares.pdb.plot.api;
|
||||
|
||||
public class NullCustomAggregator implements CustomAggregator{
|
||||
public class NullCustomAggregator implements CustomAggregator {
|
||||
|
||||
@Override
|
||||
public void addValue(long epochMilli, long value) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
public void addValue(final long epochMilli, final long value) {
|
||||
// nothing to do; this is a null-object
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user