Loading src/com/owncloud/android/lib/resources/shares/GetRemoteShareesOperation.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -131,6 +131,7 @@ public class GetRemoteShareesOperation extends RemoteOperation{ // Get Method // Get Method get = new GetMethod(uriBuilder.build().toString()); get = new GetMethod(uriBuilder.build().toString()); get.addRequestHeader(OCS_API_HEADER, OCS_API_HEADER_VALUE); status = client.executeMethod(get); status = client.executeMethod(get); Loading Loading
src/com/owncloud/android/lib/resources/shares/GetRemoteShareesOperation.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -131,6 +131,7 @@ public class GetRemoteShareesOperation extends RemoteOperation{ // Get Method // Get Method get = new GetMethod(uriBuilder.build().toString()); get = new GetMethod(uriBuilder.build().toString()); get.addRequestHeader(OCS_API_HEADER, OCS_API_HEADER_VALUE); status = client.executeMethod(get); status = client.executeMethod(get); Loading