@@ -81,7 +81,7 @@ /** * Creates a Poller for write ops. * @param subPoller true to create a sub-poller */ - abstract Poller writePoller(boolean subPoller) throws IOException; + abstract Poller writePoller( boolean subPoller) throws IOException; }