X-Git-Url: https://git.hedgecode.org/?a=blobdiff_plain;ds=inline;f=src%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fsnooker%2Fjson%2FJsonIdEntity.java;h=4ee0c886a646255c3b801ca6771236d67ea67ef1;hb=1bee0678966fdb60e53ea1075a5fa6843afa0838;hp=25207b4163912c49bd1a5b9c6c6830c19ec0b797;hpb=edb206228987f506c5dc7a20585537b71f7a2e9d;p=snooker-score-api.git diff --git a/src/main/java/org/hedgecode/snooker/json/JsonIdEntity.java b/src/main/java/org/hedgecode/snooker/json/JsonIdEntity.java index 25207b4..4ee0c88 100644 --- a/src/main/java/org/hedgecode/snooker/json/JsonIdEntity.java +++ b/src/main/java/org/hedgecode/snooker/json/JsonIdEntity.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,12 +21,14 @@ import java.io.Serializable; import org.hedgecode.snooker.api.IdEntity; /** - * Abstract Entity to JSON deserialize. + * Abstract ID Entity to JSON deserialize. * * @author Dmitry Samoshin aka gotty */ -public abstract class JsonIdEntity implements IdEntity, Serializable { - +public abstract class JsonIdEntity + extends JsonURLEntity + implements IdEntity, Serializable +{ @Override public boolean equals(Object obj) { if (this == obj)