Adaptations due to Vaadin 8 merge
Signed-off-by: Ammar Bikic <ammar.bikic@bosch.io>
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
*/
|
||||
package org.eclipse.hawkbit.repository.builder;
|
||||
|
||||
public abstract class AbstractBaseEntityBuilder {
|
||||
import org.eclipse.hawkbit.repository.Identifiable;
|
||||
|
||||
public abstract class AbstractBaseEntityBuilder implements Identifiable<Long> {
|
||||
|
||||
protected Long id;
|
||||
|
||||
@Override
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user