mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
removed unused subclass
This commit is contained in:
@ -707,20 +707,4 @@ class BaseAPIActionUtilTest extends BaseTest
|
||||
return (new GetAction().execute(getInput));
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
** subclass of base api action utils that can be used to test overriding methods
|
||||
*******************************************************************************/
|
||||
private class BaseAPIActionUtilSubclass extends BaseAPIActionUtil
|
||||
{
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
protected boolean shouldBeRetryableServerErrorException(QHttpResponse qResponse)
|
||||
{
|
||||
return (false);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user