|
Change Parameter Type child : Table<O> to child : Table<?> in method public TableImpl(name Name, schema Schema, child Table<?>, path ForeignKey<?,R>, aliased Table<R>, parameters Field<?>[], comment Comment) in class org.jooq.impl.TableImpl |
From |
To |
|
Change Parameter Type path : ForeignKey<O,R> to path : ForeignKey<?,R> in method public TableImpl(child Table<?>, path ForeignKey<?,R>, parent Table<R>) in class org.jooq.impl.TableImpl |
From |
To |
|
Change Parameter Type path : ForeignKey<O,R> to path : ForeignKey<?,R> in method public TableImpl(name Name, schema Schema, child Table<?>, path ForeignKey<?,R>, aliased Table<R>, parameters Field<?>[], comment Comment) in class org.jooq.impl.TableImpl |
From |
To |
|
Change Parameter Type child : Table<O> to child : Table<?> in method public TableImpl(child Table<?>, path ForeignKey<?,R>, parent Table<R>) in class org.jooq.impl.TableImpl |
From |
To |