shorthand notation for g and p

This commit is contained in:
Jesse McConnell 2012-06-29 14:30:50 -05:00
parent 1899a938d0
commit ce90b8581b
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ public class AsyncWebSocketConnection extends AbstractAsyncConnection implements
@Override
public String toString()
{
return String.format("%s{generator=%s,parser=%s}",super.toString(),generator,parser);
return String.format("%s{g=%s,p=%s}",super.toString(),generator,parser);
}
@Override