Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / ShutdownProvider.java
index a3372ef8200e4c9c677e274b2c76210c10aa968d..15978def520e0cdbac50b30590a71b03576de436 100644 (file)
@@ -18,7 +18,7 @@ import com.google.common.util.concurrent.ListenableFuture;
 public interface ShutdownProvider {
 
     /**
-     * @return shutdown future 
+     * @return shutdown future
      */
     ListenableFuture<Boolean> shutdown();