YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / leafref / QNameWithPredicate.java
index 1c421c31fbb261991b801ff5207bc67d87f7ad86..470f60ad43d432fe6337e43a3c5a813772b2650c 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
@@ -25,4 +25,4 @@ public interface QNameWithPredicate {
 
     QName getQName();
 
-}
\ No newline at end of file
+}