Remove unused imports (#2407)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.eclipse.hawkbit.repository;
|
package org.eclipse.hawkbit.repository;
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ public interface FieldValueConverter<T extends Enum<T>> {
|
|||||||
/**
|
/**
|
||||||
* Converts the given {@code value} into the representation to build ageneric query.
|
* Converts the given {@code value} into the representation to build ageneric query.
|
||||||
*
|
*
|
||||||
* @param enumValue the enum to build the value for
|
* @param enumValue the enum value to build the value for
|
||||||
* @param value the value in string representation
|
* @param value the value in string representation
|
||||||
* @return the converted object or {@code null} if conversation fails, if given enum does not need to be converted the
|
* @return the converted object if conversion is applicable, or if the given enum value does not need to be converted the
|
||||||
* unmodified {@code value} is returned.
|
* unmodified {@code value} is returned.
|
||||||
* @throws IllegalArgumentException if the value is not supported
|
* @throws IllegalArgumentException if the value is not supported
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ package org.eclipse.hawkbit.repository.rsql;
|
|||||||
|
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user