BUG-731: do not do String.toString()
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / streams / listeners / Notificator.java
index 9c8351aa99fdecc737508a7b0487c95f39582495..6f154f8affa66ed57dd6a4f6fa1952f99b31bb59 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.controller.sal.streams.listeners;
 
 import java.util.Map;
@@ -176,4 +183,4 @@ public class Notificator {
                }
        }
 
-}
\ No newline at end of file
+}