Skip to content

Commit

Permalink
cxf-rt-rs-security-oauth2: remove unused throws declarations jboss#2
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkevich committed May 13, 2019
1 parent 2be435c commit 08f7177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class JCacheCodeDataProvider extends JCacheOAuthDataProvider
private long codeLifetime = 10 * 60;
private Cache<String, ServerAuthorizationCodeGrant> grantCache;

protected JCacheCodeDataProvider() throws Exception {
protected JCacheCodeDataProvider() {
this(DEFAULT_CONFIG_URL, BusFactory.getThreadDefaultBus(true));
}

Expand Down

0 comments on commit 08f7177

Please sign in to comment.