BUG-272: remove trailing whitespace from Java files
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding / test / mock / BarListener.java
index f7c19ba1c3c211397e362eb12f6260cd8d096976..6c133728b67bc73fb888457076b95b20976c534d 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.yangtools.yang.binding.NotificationListener;
 public interface BarListener extends NotificationListener {
 
     void onBarUpdate(BarUpdate notification);
-    
+
     void onFlowDelete(FlowDelete notification);
 
 }