Yuta HIGUCHI

add new line at EOF

Change-Id: I9396405c4c81af64ad8f70cf685a9631b076a05b
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 * REST resources for the sample topology viewer application. 2 * REST resources for the sample topology viewer application.
3 */ 3 */
4 -package org.onlab.onos.tvue;
...\ No newline at end of file ...\ No newline at end of file
4 +package org.onlab.onos.tvue;
......
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 +}
......
...@@ -227,4 +227,4 @@ public class TopologyManagerTest { ...@@ -227,4 +227,4 @@ public class TopologyManagerTest {
227 } 227 }
228 } 228 }
229 229
230 -}
...\ No newline at end of file ...\ No newline at end of file
230 +}
......
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;
......
1 /** 1 /**
2 * Common facilities for use by various distributed stores. 2 * Common facilities for use by various distributed stores.
3 */ 3 */
4 -package org.onlab.onos.store.impl;
...\ No newline at end of file ...\ No newline at end of file
4 +package org.onlab.onos.store.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;
......