add new line at EOF
Change-Id: I9396405c4c81af64ad8f70cf685a9631b076a05b
Showing
11 changed files
with
11 additions
and
11 deletions
| 1 | /** | 1 | /** |
| 2 | * Trivial application that provides simple form of reactive forwarding. | 2 | * Trivial application that provides simple form of reactive forwarding. |
| 3 | */ | 3 | */ |
| 4 | -package org.onlab.onos.fwd; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 4 | +package org.onlab.onos.fwd; | ... | ... |
| 1 | /** | 1 | /** |
| 2 | * Set of abstractions for dealing with controller cluster related topics. | 2 | * Set of abstractions for dealing with controller cluster related topics. |
| 3 | */ | 3 | */ |
| 4 | -package org.onlab.onos.cluster; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 4 | +package org.onlab.onos.cluster; | ... | ... |
| ... | @@ -23,4 +23,4 @@ public class ClusterIdTest { | ... | @@ -23,4 +23,4 @@ public class ClusterIdTest { |
| 23 | assertEquals("incorrect index", 123, clusterId(123).index()); | 23 | assertEquals("incorrect index", 123, clusterId(123).index()); |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 26 | +} | ... | ... |
| ... | @@ -35,4 +35,4 @@ public class DefaultTopologyClusterTest { | ... | @@ -35,4 +35,4 @@ public class DefaultTopologyClusterTest { |
| 35 | private TopologyCluster cluster(int id, int dc, int lc, String root) { | 35 | private TopologyCluster cluster(int id, int dc, int lc, String root) { |
| 36 | return new DefaultTopologyCluster(clusterId(id), dc, lc, deviceId(root)); | 36 | return new DefaultTopologyCluster(clusterId(id), dc, lc, deviceId(root)); |
| 37 | } | 37 | } |
| 38 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 38 | +} | ... | ... |
| ... | @@ -157,4 +157,4 @@ public class DefaultTopologyProviderTest { | ... | @@ -157,4 +157,4 @@ public class DefaultTopologyProviderTest { |
| 157 | eventDispatcher.post(event); | 157 | eventDispatcher.post(event); |
| 158 | } | 158 | } |
| 159 | } | 159 | } |
| 160 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 160 | +} | ... | ... |
| 1 | /** | 1 | /** |
| 2 | * Implementation of device store using Hazelcast distributed structures. | 2 | * Implementation of device store using Hazelcast distributed structures. |
| 3 | */ | 3 | */ |
| 4 | -package org.onlab.onos.store.device.impl; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 4 | +package org.onlab.onos.store.device.impl; | ... | ... |
| ... | @@ -2,4 +2,4 @@ | ... | @@ -2,4 +2,4 @@ |
| 2 | * Implementations of in-memory stores suitable for unit testing and | 2 | * Implementations of in-memory stores suitable for unit testing and |
| 3 | * experimentation; not for production use. | 3 | * experimentation; not for production use. |
| 4 | */ | 4 | */ |
| 5 | -package org.onlab.onos.net.trivial.impl; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 5 | +package org.onlab.onos.net.trivial.impl; | ... | ... |
| ... | @@ -2,4 +2,4 @@ | ... | @@ -2,4 +2,4 @@ |
| 2 | * Provider that uses OpenFlow controller as a means of intercepting and | 2 | * Provider that uses OpenFlow controller as a means of intercepting and |
| 3 | * emitting packets. | 3 | * emitting packets. |
| 4 | */ | 4 | */ |
| 5 | -package org.onlab.onos.provider.of.packet.impl; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 5 | +package org.onlab.onos.provider.of.packet.impl; | ... | ... |
-
Please register or login to post a comment