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