Skip to content

Commit

Permalink
Remove generic parameter from KubernetesResource (relates to fabric8i…
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wall committed Sep 12, 2019
1 parent f483640 commit 185ead9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@SuppressWarnings("serial")
public abstract class AbstractList<T extends HasMetadata> extends AbstractResource<T>
implements KubernetesResource<T>, KubernetesResourceList<T> {
implements KubernetesResource, KubernetesResourceList<T> {

@Valid
private ListMeta metadata = new ListMeta();
Expand Down

0 comments on commit 185ead9

Please sign in to comment.