Skip to content

Commit

Permalink
Import Android annotations instead of JavaX
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jan 26, 2024
1 parent c8f575b commit 27abba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/be/ugent/zeus/hydra/resto/RestoMeal.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
import android.os.Parcel;
import android.os.Parcelable;

import androidx.annotation.Nullable;

import java.util.List;
import javax.annotation.Nullable;

/**
* Represents a meal.
Expand Down

0 comments on commit 27abba5

Please sign in to comment.