bug5596: removed duplicate method from test class

This commit is contained in:
Axel Uhl
2021-07-10 20:42:01 +02:00
parent e607e266c5
commit 99dfc31105
@@ -58,11 +58,6 @@ public class TestVirtualWindFixTrackTimepointRounding {
protected TimePoint floorToResolution(TimePoint t) {
return super.floorToResolution(t);
}
@Override
protected TimePoint higherToResolution(TimePoint t) {
return super.higherToResolution(t);
}
};
}