Skip to content

Commit

Permalink
Added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed May 29, 2024
1 parent 9a42e19 commit bb50b10
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,7 @@
import edu.stanford.bmir.protege.web.client.crud.uuid.UuidSuffixSettingsView;
import edu.stanford.bmir.protege.web.client.editor.EditorManagerSelector;
import edu.stanford.bmir.protege.web.client.editor.EntityManagerSelectorImpl;
import edu.stanford.bmir.protege.web.client.entity.CreateEntitiesDialogViewImpl;
import edu.stanford.bmir.protege.web.client.entity.CreateEntityDialogView;
import edu.stanford.bmir.protege.web.client.entity.DeprecateEntityView;
import edu.stanford.bmir.protege.web.client.entity.DeprecateEntityViewImpl;
import edu.stanford.bmir.protege.web.client.entity.MergeEntitiesView;
import edu.stanford.bmir.protege.web.client.entity.MergeEntitiesViewImpl;
import edu.stanford.bmir.protege.web.client.entity.SimilarEntitiesView;
import edu.stanford.bmir.protege.web.client.entity.SimilarEntitiesViewImpl;
import edu.stanford.bmir.protege.web.client.entity.*;
import edu.stanford.bmir.protege.web.client.form.*;
import edu.stanford.bmir.protege.web.client.form.input.CheckBoxView;
import edu.stanford.bmir.protege.web.client.form.input.CheckBoxViewImpl;
Expand Down

0 comments on commit bb50b10

Please sign in to comment.