BUG-272: remove trailing whitespace from Java files
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / routing / Route.java
index fbf735fa754e1d6ecba56fc406daeb9cbe97a486..4bfb30f828ed2b0d7eb61ca8951c4063e620bb79 100644 (file)
@@ -12,6 +12,6 @@ import org.opendaylight.yangtools.concepts.Immutable;
 public interface Route<C,P> extends Immutable {
 
     C getType();
-    
+
     P getPath();
 }