mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Fix package name declaration.
This commit is contained in:
parent
c53c907a02
commit
f43b864278
3 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
|||
package com.nutomic.syncthingandroid.service;
|
||||
|
||||
|
||||
import android.os.AsyncTask;
|
||||
import android.util.Log;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
package com.nutomic.syncthingandroid;
|
||||
|
||||
package com.nutomic.syncthingandroid.service;
|
||||
|
||||
import android.os.AsyncTask;
|
||||
import android.util.Log;
|
||||
|
|
|
@ -16,8 +16,6 @@ import java.io.DataOutputStream;
|
|||
import java.io.IOException;
|
||||
import java.io.InputStreamReader;
|
||||
|
||||
import com.nutomic.syncthingandroid.PostTask;
|
||||
|
||||
/**
|
||||
* Holds the native syncthing instance and provides an API to access it.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue