mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +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 | 	// OCS Route | ||||||
| 	private static final String SHAREAPI_ROUTE ="/ocs/v1.php/apps/files_sharing/api/v1/shares";  | 	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; | 		return mSharedFiles; | ||||||
| 	} | 	} | ||||||
| 	 | 	 | ||||||
| 	public GetRemoteSharedFilesOperation(String urlServer) { | 	public GetRemoteSharesOperation(String urlServer) { | ||||||
| 		mUrlServer = urlServer; | 		mUrlServer = urlServer; | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user