Skip to content

Commit

Permalink
rename upcast method
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Nov 25, 2020
1 parent c7dd22e commit a188acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public interface DomainResource<T extends DomainResource<T>> {

public Long getVersion();

default T upcast() {
default T get() {
return (T) this;
}
}

0 comments on commit a188acc

Please sign in to comment.