mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
bug5596: removed duplicate method from test class
This commit is contained in:
-5
@@ -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);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user