Skip to content

Commit

Permalink
Made Wire and LoggingIOSession package private
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Sep 23, 2011
1 parent 0e9cf53 commit 9f91c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -37,7 +37,7 @@
import org.apache.http.nio.reactor.IOSession;
import org.apache.http.nio.reactor.SessionBufferStatus;

public class LoggingIOSession implements IOSession {
class LoggingIOSession implements IOSession {

private final IOSession session;
private final ByteChannel channel;
Expand Down
Expand Up @@ -30,7 +30,7 @@

import org.apache.commons.logging.Log;

public class Wire {
class Wire {

private final Log log;
private final String id;
Expand Down

0 comments on commit 9f91c58

Please sign in to comment.