Skip to content

Commit

Permalink
review: deprecate WithSelectedFields in things model in favor in same…
Browse files Browse the repository at this point in the history
… interface in base model

Signed-off-by: Johannes Schneider <johannes.schneider@bosch.io>
  • Loading branch information
jokraehe committed Apr 8, 2022
1 parent 08fe898 commit 5c57833
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

import javax.annotation.Nonnull;

import org.eclipse.ditto.base.model.signals.commands.WithNamespace;
import org.eclipse.ditto.base.model.signals.commands.WithSelectedFields;
import org.eclipse.ditto.client.live.commands.base.LiveCommand;
import org.eclipse.ditto.things.model.ThingId;
import org.eclipse.ditto.base.model.signals.commands.WithNamespace;
import org.eclipse.ditto.things.model.signals.commands.WithSelectedFields;
import org.eclipse.ditto.things.model.signals.commands.query.RetrieveThings;

/**
Expand Down

0 comments on commit 5c57833

Please sign in to comment.