浏览代码

OC-2746: Changes from comments in PR#1 in android-library repo

masensio 11 年之前
父节点
当前提交
6361dd0a26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/com/owncloud/android/operations/GetSharesOperation.java

+ 1 - 1
src/com/owncloud/android/operations/GetSharesOperation.java

@@ -50,7 +50,7 @@ public class GetSharesOperation extends RemoteOperation {
 
     @Override
     protected RemoteOperationResult run(OwnCloudClient client) {
-        GetRemoteSharesOperation operation = new GetRemoteSharesOperation(client.getBaseUri().toString());
+        GetRemoteSharesOperation operation = new GetRemoteSharesOperation();
         RemoteOperationResult result = operation.execute(client);
 
         if (result.isSuccess()) {