Shift Builder<P> from toInstance() to build()
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / util / AbstractNodeBuilder.java
index 2670178dd1da57c8b0103c60b06fad77c7175936..76a4088dd8f6bdae5aeea3ed8f9aa00eaaec9d22 100644 (file)
@@ -1,7 +1,12 @@
+/*
+ * Copyright (c) 2013 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
+ */
 package org.opendaylight.yangtools.yang.data.impl.util;
 
-import java.net.URI;
-import java.util.Date;
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;