You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2013/07/18 19:00:15 UTC

svn commit: r1504523 - /httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/ByteChannelMock.java

Author: sebb
Date: Thu Jul 18 17:00:14 2013
New Revision: 1504523

URL: http://svn.apache.org/r1504523
Log:
Ensure last line has EOL

Modified:
    httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/ByteChannelMock.java

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/ByteChannelMock.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/ByteChannelMock.java?rev=1504523&r1=1504522&r2=1504523&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/ByteChannelMock.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/ByteChannelMock.java Thu Jul 18 17:00:14 2013
@@ -66,4 +66,4 @@ public class ByteChannelMock implements 
         this.writableChannel.close();
     }
 
-}
\ No newline at end of file
+}