ItEr28S06CUAsignacionGrupoRecursosAPlanificacionItEr27S06: Adding missing generic type parameter
This commit is contained in:
parent
9be100682b
commit
683f449d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ public class TimeTrackedTableWithLeftPane<A, B> extends Div {
|
|||
return timeTrackedTable;
|
||||
}
|
||||
|
||||
public TimeTrackedTable getRightPane() {
|
||||
public TimeTrackedTable<B> getRightPane() {
|
||||
return timeTrackedTable;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue