mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
fixed serializability of TrackingConnectorInfo
This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
||||
package com.sap.sailing.domain.common.tracking;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Identifies the tracking technology used for a TrackedRace.
|
||||
*
|
||||
* TODO This must go away. We paid great attention keeping the domain independent of connectors. This enumeration type kills that whole idea.
|
||||
*/
|
||||
public interface TrackingConnectorType {
|
||||
public interface TrackingConnectorType extends Serializable {
|
||||
String name();
|
||||
|
||||
default String getDefaultUrl() {
|
||||
|
||||
Reference in New Issue
Block a user