X-Git-Url: https://git.hedgecode.org/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fsnooker%2Fapi%2FIdEntity.java;h=017cd9029a47ef10632804132921329db5bbabca;hb=1bee0678966fdb60e53ea1075a5fa6843afa0838;hp=699ea8fbbd6c89e618d8e1451cedb106a092c4f4;hpb=8a35619be41b2db6d339f8f0a7f3ba0fc1ca1ed4;p=snooker-score-api.git diff --git a/src/main/java/org/hedgecode/snooker/api/IdEntity.java b/src/main/java/org/hedgecode/snooker/api/IdEntity.java index 699ea8f..017cd90 100644 --- a/src/main/java/org/hedgecode/snooker/api/IdEntity.java +++ b/src/main/java/org/hedgecode/snooker/api/IdEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017. Developed by Hedgecode. + * Copyright (c) 2017-2020. Developed by Hedgecode. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ package org.hedgecode.snooker.api; * * @author Dmitry Samoshin aka gotty */ -public interface IdEntity { +public interface IdEntity extends URLEntity { int getId();