mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 14:08:40 +00:00
Removed obsolete class with no references
This commit is contained in:
-14
@@ -1,14 +0,0 @@
|
||||
package com.sap.sailing.manage2sail;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
||||
public class TestManage2SailEventResultsParser {
|
||||
|
||||
public static EventResultDescriptor getTestEventResult() throws IOException {
|
||||
Manage2SailEventResultsParser parser = new Manage2SailEventResultsParserImpl();
|
||||
|
||||
InputStream is = TestManage2SailEventResultsParser.class.getClassLoader().getResourceAsStream("worldcupMallorca2013_Races.json");
|
||||
return parser.getEventResult(is);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user