diff --git a/javatests/google/registry/model/schema.txt b/javatests/google/registry/model/schema.txt index c2a92df44..327f2a4f9 100644 --- a/javatests/google/registry/model/schema.txt +++ b/javatests/google/registry/model/schema.txt @@ -1,7 +1,3 @@ -enum com.google.common.collect.BoundType { - CLOSED; - OPEN; -} class google.registry.model.CreateAutoTimestamp { org.joda.time.DateTime timestamp; }