Skip to content

Commit 08f7177

Browse files
author
amarkevich
committed
cxf-rt-rs-security-oauth2: remove unused throws declarations jboss#2
1 parent 2be435c commit 08f7177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/grants/code/JCacheCodeDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class JCacheCodeDataProvider extends JCacheOAuthDataProvider
4040
private long codeLifetime = 10 * 60;
4141
private Cache<String, ServerAuthorizationCodeGrant> grantCache;
4242

43-
protected JCacheCodeDataProvider() throws Exception {
43+
protected JCacheCodeDataProvider() {
4444
this(DEFAULT_CONFIG_URL, BusFactory.getThreadDefaultBus(true));
4545
}
4646

0 commit comments

Comments
 (0)