Move Leaf(List)SchemaNode.getType() to a common interface
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / NamespaceRevisionAware.java
index 99a30a465a9f94d3b6925b181af55d9ffae9f07a..8d0dd54d9fdd71ae54ee9fe7f966ad2a7462e072 100644 (file)
@@ -1,8 +1,3 @@
-package org.opendaylight.yangtools.yang.model.api;
-
-import java.net.URI;
-import java.util.Date;
-
 /*
  * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
  *
@@ -10,6 +5,11 @@ import java.util.Date;
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
+package org.opendaylight.yangtools.yang.model.api;
+
+import java.net.URI;
+import java.util.Date;
+
 public interface NamespaceRevisionAware {
 
     URI getNamespace();