BUG-7052: split out yang-parser-spi
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / spi / package-info.java
diff --git a/yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/spi/package-info.java b/yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/spi/package-info.java
deleted file mode 100644 (file)
index 32ecb14..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2017 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
- */
-
-/**
- * Provides essential namespaces which are filled in the parsing process. Currently this package
- * contains interfaces which represent essential namespaces according to Rfc6020
- * and Rfc7950 (for more details see the section 6.2.1. Identifiers and Their Namespaces
- * in Rfc6020 and Rfc7950).
- */
-package org.opendaylight.yangtools.yang.parser.spi;
\ No newline at end of file