Skip to content

Commit 27abba5

Browse files
committed
Import Android annotations instead of JavaX
1 parent c8f575b commit 27abba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/be/ugent/zeus/hydra/resto/RestoMeal.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
import android.os.Parcel;
2626
import android.os.Parcelable;
2727

28+
import androidx.annotation.Nullable;
29+
2830
import java.util.List;
29-
import javax.annotation.Nullable;
3031

3132
/**
3233
* Represents a meal.

0 commit comments

Comments
 (0)