Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Aug 21, 2024
1 parent 7611def commit 4f7f56d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class GenerateAppPasswordRemoteOperation extends OCSRemoteOperation<Strin

public RemoteOperationResult<String> run(NextcloudClient client) {
RemoteOperationResult<String> result;
com.nextcloud.operations.GetMethod getMethod = null;
GetMethod getMethod = null;

try {
getMethod = new GetMethod(client.getBaseUri() + DIRECT_ENDPOINT + JSON_FORMAT, true);
Expand Down

0 comments on commit 4f7f56d

Please sign in to comment.