Skip to content

Commit

Permalink
Fix JsInterop warning for return type of 'Void Keycloak.UserProfile.s…
Browse files Browse the repository at this point in the history
…uccess(Keycloak.UserProfile.SuccessCallback)'
  • Loading branch information
hpehl committed Oct 1, 2018
1 parent b9c92a2 commit 57da99a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static class UserProfile {
public String lastName;
public String username;

public native Void success(SuccessCallback profile);
public native void success(SuccessCallback profile);

@JsOverlay
@Override
Expand Down

0 comments on commit 57da99a

Please sign in to comment.