Make sure transaction applies whole removal list
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / sal / dom / broker / DataTransactionImpl.java
index 8c289f05082e0b7c45fbabff30d51e0ef9f753fa..39008b48f169fe3901f90de3eb31216da90849a5 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.dom.broker;
 
 import org.opendaylight.controller.md.sal.common.api.TransactionStatus;
@@ -28,4 +35,4 @@ public class DataTransactionImpl extends AbstractDataTransaction<InstanceIdentif
             listenerRegistration.getInstance().onStatusUpdated(this, status);
         }
     }
-}
\ No newline at end of file
+}