Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit bd7ee04

Browse files
author
Pan
committed
helper classes
1 parent e6dfd86 commit bd7ee04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/intathep/android/rxrealm/Realms.java renamed to app/src/main/java/com/intathep/android/rxrealm/helper/Realms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.intathep.android.rxrealm;
1+
package com.intathep.android.rxrealm.helper;
22

33
import io.realm.Realm;
44
import io.realm.RealmObject;

app/src/main/java/com/intathep/android/rxrealm/Threads.java renamed to app/src/main/java/com/intathep/android/rxrealm/helper/Threads.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.intathep.android.rxrealm;
1+
package com.intathep.android.rxrealm.helper;
22

33
import android.os.Looper;
44

0 commit comments

Comments
 (0)