YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / leafref / QNamePredicate.java
index aa827a443e936be82b2648e3c1a69c0183bad586..a019bc9fca5a3bc8a8bbc15f937503bc051da400 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
@@ -13,4 +13,4 @@ import org.opendaylight.yangtools.yang.common.QName;
 public interface QNamePredicate extends Identifiable<QName> {
 
     LeafRefPath getPathKeyExpression();
-}
\ No newline at end of file
+}