Compute YangInstanceIdentifier.hashCode() lazily
[yangtools.git] / data / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / PathArgumentList.java
index e41d79b711f193405978b8e50fdd928620028512..e0ff756808a4509558f5e075295fed9402717a62 100644 (file)
@@ -13,6 +13,7 @@ import java.util.Collection;
 import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument;
 
+// FIXME: sealed once we have JDK17+
 abstract class PathArgumentList extends AbstractList<PathArgument> {
     @Override
     public abstract @NonNull UnmodifiableIterator<PathArgument> iterator();