Add a missing newline at the end of the file

This commit is contained in:
Trustin Lee 2012-05-31 02:45:27 -07:00
parent 3f448f4387
commit 4733db72d3

View File

@ -21,4 +21,4 @@ package org.jboss.netty.channel.socket;
public enum InternetProtocolFamily {
IPv4,
IPv6;
}
}