Push out FIXMEs to 5.0.0
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / Identifiable.java
index f8af6a753a95b6148612ab34b71577229a56747d..5473f2e5453a34984beca40657d2fa96967016bb 100644 (file)
@@ -17,7 +17,7 @@ import org.eclipse.jdt.annotation.NonNull;
  * @param <T> Identifier class, must conform to API contract outlined by {@link Identifier}, even if it does not
  *            implement it.
  */
-// FIXME: 4.0.0: consider requiring "T extends Serializable"
+// FIXME: 5.0.0: consider requiring "T extends Serializable"
 public interface Identifiable<T> {
     /**
      * Return this objects Identifier.