commit | cef96061c4778d2e1644d5e1e1ac50f11fc90e0f | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Wed Feb 17 14:47:40 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Feb 17 23:35:04 2016 +0000 |
tree | 584702b9bf52f090c2b8414f477c799cdd972654 | |
parent | 9b398098ea8ab076a814b23a4d56b2e722098afb [diff] |
Removed Deprecated tag on necessary constructor Change-Id: Ia4791d6880e3b4a20b4ecdcc10b2ba6555846f39
diff --git a/core/store/dist/src/main/java/org/onosproject/store/impl/Timestamped.java b/core/store/dist/src/main/java/org/onosproject/store/impl/Timestamped.java index ae7267b..4f4086e 100644 --- a/core/store/dist/src/main/java/org/onosproject/store/impl/Timestamped.java +++ b/core/store/dist/src/main/java/org/onosproject/store/impl/Timestamped.java
@@ -107,11 +107,9 @@ .toString(); } - // Default constructor for serialization /** - * @deprecated in Cardinal Release + * Constructs an empty object. Required for serialization. */ - @Deprecated private Timestamped() { this.value = null; this.timestamp = null;