Skip to content

Commit

Permalink
build fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapisixtynine committed Jun 21, 2024
1 parent 8cb2d4e commit b9d7976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import io.github.astrapi69.model.api.IModel;
import io.github.astrapi69.test.object.Company;
import io.github.astrapi69.test.object.Person;
import io.github.astrapi69.test.object.enumtype.Gender;
import io.github.astrapi69.test.object.enumeration.Gender;

public class LambdaBindingModelTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import io.github.astrapi69.model.api.IModel;
import io.github.astrapi69.test.object.Employee;
import io.github.astrapi69.test.object.Person;
import io.github.astrapi69.test.object.enumtype.Gender;
import io.github.astrapi69.test.object.enumeration.Gender;

public class PropertyModelTest
{
Expand Down

0 comments on commit b9d7976

Please sign in to comment.