You've probably noticed already, but this got fixed on Friday.
On Fri, Jun 6, 2008 at 8:05 PM, Robert Evans <[EMAIL PROTECTED]> wrote:
> Here's a little inner class that will make the compiler happy:
>
> private class OAuthProtocolException extends Exception {
> public OAuthProtocolException(OAuthMessage reply) {
> //To change body of created methods use File | Settings | File
> Templates.
> }
>
> public HttpResponse getResponseForGadget() {
> return null; //To change body of created methods use File | Settings
> | File Templates.
> }
>
> public boolean canRetry() {
> return false; //To change body of created methods use File | Settings
> | File Templates.
> }
>
> public boolean startFromScratch() {
> return false; //To change body of created methods use File | Settings
> | File Templates.
> }
> }
>
>
>