From ee63e1af97d1a6e74c27976c37fe87f74a8cf85c Mon Sep 17 00:00:00 2001 From: jianglai Date: Tue, 19 Sep 2017 14:18:39 -0700 Subject: [PATCH] Fix schema.txt ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=169299101 --- javatests/google/registry/model/schema.txt | 4 ---- 1 file changed, 4 deletions(-) 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; }