Skip to content

Commit f1ce53c

Browse files
committed
Formatting.
1 parent dde744e commit f1ce53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth/src/main/java/ch/cyberduck/core/oauth/OAuth2AuthorizationCodeProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ public interface OAuth2AuthorizationCodeProvider {
3131
* @param state Custom state
3232
* @return Authentication code
3333
*/
34-
String prompt(Host bookmark, final LoginCallback prompt, String authorizationCodeRequestUrl, String redirectUri, final String state) throws BackgroundException;
34+
String prompt(Host bookmark, LoginCallback prompt, String authorizationCodeRequestUrl, String redirectUri, String state) throws BackgroundException;
3535
}

0 commit comments

Comments
 (0)