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:01:38 UTC

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

Author: sebb
Date: Thu Jul 18 17:01:38 2013
New Revision: 1504526

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

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

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/WritableByteChannelMock.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/WritableByteChannelMock.java?rev=1504526&r1=1504525&r2=1504526&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/WritableByteChannelMock.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/test/java/org/apache/http/WritableByteChannelMock.java Thu Jul 18 17:01:38 2013
@@ -155,4 +155,4 @@ public class WritableByteChannelMock imp
         return this.buf.dump(charset);
     }
 
-}
\ No newline at end of file
+}