Adaptations due to PR comments

Signed-off-by: Ammar Bikic <ammar.bikic@bosch.io>
This commit is contained in:
Ammar Bikic
2020-10-15 11:45:08 +02:00
parent edb9d91065
commit bd382c3725
4 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ package org.eclipse.hawkbit.repository;
import java.io.Serializable;
/**
* @param <T> the parameter of the class
*/
@FunctionalInterface
public interface Identifiable<T extends Serializable> {