Yuta HIGUCHI

add new line at EOF

Change-Id: I9396405c4c81af64ad8f70cf685a9631b076a05b
/**
* Trivial application that provides simple form of reactive forwarding.
*/
package org.onlab.onos.fwd;
\ No newline at end of file
package org.onlab.onos.fwd;
......
/**
* REST resources for the sample topology viewer application.
*/
package org.onlab.onos.tvue;
\ No newline at end of file
package org.onlab.onos.tvue;
......
/**
* Set of abstractions for dealing with controller cluster related topics.
*/
package org.onlab.onos.cluster;
\ No newline at end of file
package org.onlab.onos.cluster;
......
......@@ -23,4 +23,4 @@ public class ClusterIdTest {
assertEquals("incorrect index", 123, clusterId(123).index());
}
}
\ No newline at end of file
}
......
......@@ -35,4 +35,4 @@ public class DefaultTopologyClusterTest {
private TopologyCluster cluster(int id, int dc, int lc, String root) {
return new DefaultTopologyCluster(clusterId(id), dc, lc, deviceId(root));
}
}
\ No newline at end of file
}
......
......@@ -157,4 +157,4 @@ public class DefaultTopologyProviderTest {
eventDispatcher.post(event);
}
}
}
\ No newline at end of file
}
......
......@@ -227,4 +227,4 @@ public class TopologyManagerTest {
}
}
}
\ No newline at end of file
}
......
/**
* Implementation of device store using Hazelcast distributed structures.
*/
package org.onlab.onos.store.device.impl;
\ No newline at end of file
package org.onlab.onos.store.device.impl;
......
/**
* Common facilities for use by various distributed stores.
*/
package org.onlab.onos.store.impl;
\ No newline at end of file
package org.onlab.onos.store.impl;
......
......@@ -2,4 +2,4 @@
* Implementations of in-memory stores suitable for unit testing and
* experimentation; not for production use.
*/
package org.onlab.onos.net.trivial.impl;
\ No newline at end of file
package org.onlab.onos.net.trivial.impl;
......
......@@ -2,4 +2,4 @@
* Provider that uses OpenFlow controller as a means of intercepting and
* emitting packets.
*/
package org.onlab.onos.provider.of.packet.impl;
\ No newline at end of file
package org.onlab.onos.provider.of.packet.impl;
......