소스 검색

Fixed import and commented out annotations temporarily.

Thomas Flucke 9 년 전
부모
커밋
648cea698a
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      app/src/main/java/com/example/yiupang/freefoodfinder/Event.java

+ 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;