aboutsummaryrefslogtreecommitdiffstats
path: root/configgen/src/test/resources/allfeatures.reference
diff options
context:
space:
mode:
Diffstat (limited to 'configgen/src/test/resources/allfeatures.reference')
-rw-r--r--configgen/src/test/resources/allfeatures.reference2
1 files changed, 0 insertions, 2 deletions
diff --git a/configgen/src/test/resources/allfeatures.reference b/configgen/src/test/resources/allfeatures.reference
index 21f49d21413..6ebcfc4ba12 100644
--- a/configgen/src/test/resources/allfeatures.reference
+++ b/configgen/src/test/resources/allfeatures.reference
@@ -38,7 +38,6 @@ public final class AllfeaturesConfig extends ConfigInstance {
public final static String CONFIG_DEF_MD5 = "f901bdc5c96e7005130399c63f247823";
public final static String CONFIG_DEF_NAME = "allfeatures";
public final static String CONFIG_DEF_NAMESPACE = "configgen";
- public final static String CONFIG_DEF_VERSION = "";
public final static String[] CONFIG_DEF_SCHEMA = {
"namespace=configgen",
"boolVal bool",
@@ -92,7 +91,6 @@ public final class AllfeaturesConfig extends ConfigInstance {
public static String getDefMd5() { return CONFIG_DEF_MD5; }
public static String getDefName() { return CONFIG_DEF_NAME; }
public static String getDefNamespace() { return CONFIG_DEF_NAMESPACE; }
- public static String getDefVersion() { return CONFIG_DEF_VERSION; }
public interface Producer extends ConfigInstance.Producer {
void getConfig(Builder builder);