Skip to content

Commit

Permalink
Update MovieRealmObject.java
Browse files Browse the repository at this point in the history
added author
  • Loading branch information
NUTS-COON authored Jul 24, 2018
1 parent fb25215 commit 99db767
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;

/**
* @author NUTS-COON
*/

public class MovieRealmObject extends RealmObject {

@PrimaryKey
Expand Down

0 comments on commit 99db767

Please sign in to comment.