Fix build
This commit is contained in:
@ -82,7 +82,7 @@ public interface Trampoline<T> {
|
||||
* @return Trampoline with more work
|
||||
*/
|
||||
static <T> Trampoline<T> more(final Trampoline<Trampoline<T>> trampoline) {
|
||||
return new Trampoline<>() {
|
||||
return new Trampoline<T>() {
|
||||
@Override
|
||||
public boolean complete() {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user