3334353637383940414243
return Util.execute(new ExceptionAction<JavaComment>() { @Override public JavaComment doAction() throws Throwable { BlockCommentParserImpl impl = new BlockCommentParserImpl( new JavaCCReader(BlockComment)); return impl.blockComment(); } }); }