Replace MediaTypes and make use of proper Identifiable.class

Signed-off-by: Ammar Bikic <ammar.bikic@bosch.io>
This commit is contained in:
Ammar Bikic
2020-10-05 05:11:48 +02:00
parent 6faaad8e07
commit ddabbc5249
2 changed files with 7 additions and 7 deletions

View File

@@ -8,9 +8,9 @@
*/
package org.eclipse.hawkbit.repository.event.remote;
import org.eclipse.hawkbit.repository.Identifiable;
import org.eclipse.hawkbit.repository.model.Action;
import org.eclipse.hawkbit.repository.model.Target;
import org.springframework.hateoas.Identifiable;
import java.util.ArrayList;
import java.util.Iterator;