Cleanup old concepts 06/40006/9
authorRobert Varga <rovarga@cisco.com>
Mon, 2 Feb 2015 19:26:52 +0000 (20:26 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 6 Sep 2017 10:09:22 +0000 (10:09 +0000)
RpcResult is in a rather bad place, as it should be part of mdsal.
Deprecate it and mark SimpleDataFormatUtil for migration.

Change-Id: Id7b8752cbe54c4bd332b146df6e278c6f8cee545
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/RpcResult.java
yang/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/SimpleDateFormatUtil.java

index 1aed5df711c8d0490d317517bcd888d169f78e30..bba69d5631f126a4e1a850b84c68871a6bb06f36 100644 (file)
@@ -14,6 +14,7 @@ import java.util.Collection;
  *
  * @param <T> the result value type
  */
+@Deprecated
 public interface RpcResult<T> {
 
     /**
index b6a2b2a26fc66c0d4c2eeca17f9f5eed8c023ece..55a378df73be7892c7c69daf62f7f16e5e233094 100644 (file)
@@ -12,6 +12,7 @@ import java.text.ParseException;
 import java.text.SimpleDateFormat;
 import java.util.Date;
 
+// FIXME: rename and provide cleanup method
 public final class SimpleDateFormatUtil {
 
     /**