Cleaned up Java Binding code from YANG Tools
[mdsal.git] / code-generator / binding-java-api-generator / src / test / resources / compilation / class-name-collision / configuration
diff --git a/code-generator/binding-java-api-generator/src/test/resources/compilation/class-name-collision/configuration b/code-generator/binding-java-api-generator/src/test/resources/compilation/class-name-collision/configuration
deleted file mode 100644 (file)
index 10058ab..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-module configuration {
-    yang-version 1;
-    namespace "urn:configuration";
-    prefix "bar";
-
-    revision "2014-04-30" {
-    }
-
-    container configuration {
-        list class {
-            key "name";
-            leaf name {
-                type string;
-            }
-            leaf value {
-                type string;
-            }
-       }
-    }
-}