bug5311: Javadoc comment

This commit is contained in:
Axel Uhl
2021-09-29 14:24:17 +02:00
parent 7fff26c4d8
commit cf79beeaf8
@@ -28,6 +28,9 @@ import com.sap.sse.shared.json.JsonDeserializationException;
* <p>
*/
public interface SailingServer {
/**
* The server's base URL, ending with a slash "/" character
*/
URL getBaseUrl();
Iterable<UUID> getLeaderboardGroupIds() throws Exception;