state.addTitle( collapse( e.getArguments() ) );
else if (c.equals( "comment" ))
state.addComment( b );
else throw new RuntimeException( "don't understand command: " + c );
}
state.displayResults( out );
}
private static String collapse( List<String> strings )
{
StringBuffer result = new StringBuffer();