mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
removed redundant override in Manage2SailResultDocumentProvider
Change-Id: I1a9b62467a3432f1e929e44fe67873caf8044dd2
This commit is contained in:
-7
@@ -1,10 +1,8 @@
|
||||
package com.sap.sailing.manage2sail.resultimport;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
|
||||
import com.sap.sailing.manage2sail.RegattaResultDescriptor;
|
||||
import com.sap.sailing.resultimport.ResultDocumentDescriptor;
|
||||
import com.sap.sailing.resultimport.ResultDocumentProvider;
|
||||
import com.sap.sailing.resultimport.ResultUrlProvider;
|
||||
|
||||
@@ -14,11 +12,6 @@ public class Manage2SailResultDocumentProvider extends AbstractManage2SailResult
|
||||
super(resultUrlProvider);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Iterable<ResultDocumentDescriptor> getResultDocumentDescriptors() throws IOException {
|
||||
return super.getResultDocumentDescriptors();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected URL getDocumentUrlForRegatta(RegattaResultDescriptor regattaResult) {
|
||||
final URL resultUrl;
|
||||
|
||||
Reference in New Issue
Block a user