Skip to content

Unneeded Import generated #77

Description

@FabianTerhorst

Following import is getting added to my source file that is not needed.
import io.objectbox.exception.DbException;
The file only needs the DbDetachedException import.

Source file:

@Relation(idProperty = "actionId")
private List<StateTransform> stateTransform;
@Relation
private Group group;
@Relation
private Device device;

version: 0.9.11 but the bug is there since the first version.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions