consolidated all Util stuff in com.sap.sse.common.Util now

This commit is contained in:
Axel Uhl
2014-06-03 00:01:14 +02:00
parent cb9354b1a0
commit 53a0b36e8e
249 changed files with 1646 additions and 1651 deletions
@@ -86,7 +86,7 @@ public class ParserTest {
public void testScoreCorrectionProviderNixdorfFinal() throws Exception {
ScoreCorrectionProviderImpl scoreCorrectionProvider = new ScoreCorrectionProviderImpl(getTestDocumentProvider(),
CsvParserFactory.INSTANCE);
Map<String, Set<com.sap.sse.common.UtilNew.Pair<String, TimePoint>>> hasResultsFor = scoreCorrectionProvider.getHasResultsForBoatClassFromDateByEventName();
Map<String, Set<com.sap.sse.common.Util.Pair<String, TimePoint>>> hasResultsFor = scoreCorrectionProvider.getHasResultsForBoatClassFromDateByEventName();
RegattaScoreCorrections starResult = scoreCorrectionProvider.getScoreCorrections(SAMPLE_INPUT_NAME_NIXDORF_POKAL_FINAL,
"Star", hasResultsFor.get(SAMPLE_INPUT_NAME_NIXDORF_POKAL_FINAL).iterator().next().getB());
assertNotNull(starResult);