mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-11-04 12:28:25 +00:00 
			
		
		
		
	OC-2746: rename GetRemoteSharedFilesOperation to GetRemoteSharesOperation
This commit is contained in:
		
							parent
							
								
									7b5d6cdef7
								
							
						
					
					
						commit
						f53197fc17
					
				@ -51,9 +51,9 @@ import android.util.Log;
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
public class GetRemoteSharedFilesOperation extends RemoteOperation {
 | 
			
		||||
public class GetRemoteSharesOperation extends RemoteOperation {
 | 
			
		||||
 | 
			
		||||
	private static final String TAG = GetRemoteSharedFilesOperation.class.getSimpleName();
 | 
			
		||||
	private static final String TAG = GetRemoteSharesOperation.class.getSimpleName();
 | 
			
		||||
 | 
			
		||||
	// OCS Route
 | 
			
		||||
	private static final String SHAREAPI_ROUTE ="/ocs/v1.php/apps/files_sharing/api/v1/shares"; 
 | 
			
		||||
@ -66,7 +66,7 @@ public class GetRemoteSharedFilesOperation extends RemoteOperation {
 | 
			
		||||
		return mSharedFiles;
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	public GetRemoteSharedFilesOperation(String urlServer) {
 | 
			
		||||
	public GetRemoteSharesOperation(String urlServer) {
 | 
			
		||||
		mUrlServer = urlServer;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user