mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
Merge remote-tracking branch 'server/master' into bug5360
This commit is contained in:
-14
@@ -1,14 +0,0 @@
|
||||
package com.sap.sailing.domain.common.tracking;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Identifies the tracking technology used for a TrackedRace.
|
||||
*/
|
||||
public interface TrackingConnectorType extends Serializable {
|
||||
String name();
|
||||
|
||||
default String getDefaultUrl() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user