Skip to content

Commit 4f7f56d

Browse files
wip
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 7611def commit 4f7f56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/nextcloud/android/lib/resources/users/GenerateAppPasswordRemoteOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class GenerateAppPasswordRemoteOperation extends OCSRemoteOperation<Strin
3232

3333
public RemoteOperationResult<String> run(NextcloudClient client) {
3434
RemoteOperationResult<String> result;
35-
com.nextcloud.operations.GetMethod getMethod = null;
35+
GetMethod getMethod = null;
3636

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

0 commit comments

Comments
 (0)