BUG-865: remove ChoiceNode
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / impl / util / YangSourceFromDependencyInfoResolver.java
index 85f3f6c21b7ed35980a61deba16980129a51ea12..96dad452add6cf02630b9ca14885a75a4e918425 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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/eplv10.html
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 package org.opendaylight.yangtools.yang.parser.impl.util;
 
@@ -25,6 +25,7 @@ import org.opendaylight.yangtools.yang.model.util.repo.SourceIdentifier;
  * {@link YangSourceContext}.
  *
  */
+@Deprecated
 @NotThreadSafe
 public final class YangSourceFromDependencyInfoResolver extends YangSourceContextResolver {