package problem; public abstract class GenericService> { protected abstract T update(T current); }