Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e0ff14d0 authored by tobiasKaminsky's avatar tobiasKaminsky Committed by AndyScherzinger
Browse files

reformat to have little diffs

parent f726720c
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -251,8 +251,8 @@ public class TestActivity extends Activity {
		return TestActivity.uploadFile(this, storagePath, remotePath, mimeType, mClient, requiredEtag);
	}

	/**
	 * Access to the library method to Upload a File

	/** Access to the library method to Upload a File
	 *
	 * @param context
	 * @param storagePath
@@ -289,6 +289,7 @@ public class TestActivity extends Activity {
	 * @return
	 */
	public RemoteOperationResult getShares(){

		GetRemoteSharesOperation getOperation = new GetRemoteSharesOperation();
		return getOperation.execute(mClient);
	}
+1 −0
Original line number Diff line number Diff line
@@ -121,4 +121,5 @@ public class UploadFileTest extends RemoteTest {
		}
		super.tearDown();
	}

}