Parcourir la source

Fixed import and commented out annotations temporarily.

Thomas Flucke il y a 9 ans
Parent
commit
648cea698a

+ 5 - 3
app/src/main/java/com/example/yiupang/freefoodfinder/Event.java

@@ -1,9 +1,11 @@
-import java.util.date;
+package com.example.yiupang.freefoodfinder;
 
-@Entity
+import java.util.Date;
+
+//@Entity
 public class Event
 {
-    @Id
+//    @Id
     public long eventId;
     public long userId;
     public String name;