Revert "Cleanup old concepts" 48/62748/1
authorRobert Varga <nite@hq.sk>
Wed, 6 Sep 2017 10:10:00 +0000 (10:10 +0000)
committerRobert Varga <nite@hq.sk>
Wed, 6 Sep 2017 10:10:00 +0000 (10:10 +0000)
This reverts commit a54529b3f105d0a51343f746d3a03ede31958f40.

Change-Id: I4cb084c7f2081b78a96e9a134222f468f750c8f6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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 bba69d5631f126a4e1a850b84c68871a6bb06f36..1aed5df711c8d0490d317517bcd888d169f78e30 100644 (file)
@@ -14,7 +14,6 @@ import java.util.Collection;
  *
  * @param <T> the result value type
  */
-@Deprecated
 public interface RpcResult<T> {
 
     /**
index 55a378df73be7892c7c69daf62f7f16e5e233094..b6a2b2a26fc66c0d4c2eeca17f9f5eed8c023ece 100644 (file)
@@ -12,7 +12,6 @@ import java.text.ParseException;
 import java.text.SimpleDateFormat;
 import java.util.Date;
 
-// FIXME: rename and provide cleanup method
 public final class SimpleDateFormatUtil {
 
     /**