|
Change Return Type Optional<? extends Child<?,?>> to Optional<? extends Child<?>> in method public asChild() : Optional<? extends Child<?>> in class com.speedment.orm.config.model.aspects.Node |
From |
To |
|
Change Return Type Optional<? extends Parent<?,?>> to Optional<? extends Parent<?>> in method public asParent() : Optional<? extends Parent<?>> in class com.speedment.orm.config.model.aspects.Node |
From |
To |
|
Change Return Type ChildHolder<Project,Dbms> to ChildHolder<Dbms> in method public getChildren() : ChildHolder<Dbms> in class com.speedment.orm.config.model.impl.ProjectImpl |
From |
To |
|
Change Return Type Stream<? extends Parent<?,?>> to Stream<? extends Parent<?>> in method public ancestors() : Stream<? extends Parent<?>> in class com.speedment.orm.config.model.aspects.Node |
From |
To |