cleanup
This commit is contained in:
@@ -101,7 +101,6 @@ public class MemoryScale {
|
||||
}
|
||||
|
||||
private static Object createPathAsUtf8(final String string) {
|
||||
// TODO Auto-generated method stub
|
||||
return string.getBytes(StandardCharsets.UTF_8);
|
||||
}
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ package org.lucares.pdb.plot.api;
|
||||
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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user