We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173506c commit 88aca8eCopy full SHA for 88aca8e
app/src/main/java/org/galaxyproject/sampletracker/net/galaxy/resource/AuthenticateResource.java
@@ -15,5 +15,5 @@
15
public interface AuthenticateResource {
16
17
@POST("/api/authenticate/baseauth")
18
- public AuthenticateResponse authenticate(@Header("Authorization") String authorization, Callback<AuthenticateResponse> callback);
+ void authenticate(@Header("Authorization") String authorization, Callback<AuthenticateResponse> callback);
19
}
0 commit comments