Ray Milkey
Committed by Gerrit Code Review

Removed Deprecated tag on necessary constructor

Change-Id: Ia4791d6880e3b4a20b4ecdcc10b2ba6555846f39
......@@ -107,11 +107,9 @@ public final class Timestamped<T> {
.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;
......