From 4733db72d3b4de0cb68bac8dcc967cdb7f074106 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Thu, 31 May 2012 02:45:27 -0700 Subject: [PATCH] Add a missing newline at the end of the file --- .../org/jboss/netty/channel/socket/InternetProtocolFamily.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jboss/netty/channel/socket/InternetProtocolFamily.java b/src/main/java/org/jboss/netty/channel/socket/InternetProtocolFamily.java index 50699fb40e..898155bf15 100644 --- a/src/main/java/org/jboss/netty/channel/socket/InternetProtocolFamily.java +++ b/src/main/java/org/jboss/netty/channel/socket/InternetProtocolFamily.java @@ -21,4 +21,4 @@ package org.jboss.netty.channel.socket; public enum InternetProtocolFamily { IPv4, IPv6; -} \ No newline at end of file +}