Yuta HIGUCHI

cosmetics

Change-Id: Ib08b341a3443eafd4d11b786e1363b2d8b0a1fbb
...@@ -68,4 +68,4 @@ public class Endpoint { ...@@ -68,4 +68,4 @@ public class Endpoint {
68 } 68 }
69 return true; 69 return true;
70 } 70 }
71 -}
...\ No newline at end of file ...\ No newline at end of file
71 +}
......
...@@ -86,4 +86,4 @@ public final class InternalMessage implements Message { ...@@ -86,4 +86,4 @@ public final class InternalMessage implements Message {
86 return message; 86 return message;
87 } 87 }
88 } 88 }
89 -}
...\ No newline at end of file ...\ No newline at end of file
89 +}
......
...@@ -53,4 +53,4 @@ public class KryoSerializer implements Serializer { ...@@ -53,4 +53,4 @@ public class KryoSerializer implements Serializer {
53 public void serialize(Object obj, ByteBuffer buffer) { 53 public void serialize(Object obj, ByteBuffer buffer) {
54 serializerPool.serialize(obj, buffer); 54 serializerPool.serialize(obj, buffer);
55 } 55 }
56 -}
...\ No newline at end of file ...\ No newline at end of file
56 +}
......
1 /** 1 /**
2 * Asynchronous messaging APIs implemented using the Netty framework. 2 * Asynchronous messaging APIs implemented using the Netty framework.
3 */ 3 */
4 -package org.onlab.netty;
...\ No newline at end of file ...\ No newline at end of file
4 +package org.onlab.netty;
......