diff --git a/java/google/registry/model/common/TimedTransitionProperty.java b/java/google/registry/model/common/TimedTransitionProperty.java index b1eef1dfc..e261f1e9a 100644 --- a/java/google/registry/model/common/TimedTransitionProperty.java +++ b/java/google/registry/model/common/TimedTransitionProperty.java @@ -35,6 +35,8 @@ import org.joda.time.DateTime; import java.util.NavigableMap; import java.util.TreeMap; +import javax.annotation.Nullable; + /** * An entity property whose value transitions over time. Each value it takes on becomes active * at a corresponding instant, and remains active until the next transition occurs. At least one @@ -203,4 +205,12 @@ public class TimedTransitionProperty