Added throws statements
* Added throws statements to methods at WorkReportTypeCRUDController FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
dd968f709a
commit
76d3a2642a
1 changed files with 2 additions and 1 deletions
|
|
@ -262,7 +262,8 @@ public class WorkReportTypeCRUDController extends GenericForwardComposer
|
|||
}
|
||||
}
|
||||
|
||||
public void goToEditNewWorkReportForm(WorkReportType workReportType) {
|
||||
public void goToEditNewWorkReportForm(WorkReportType workReportType)
|
||||
throws ClassNotFoundException, InstantiationException, IllegalAccessException {
|
||||
workReportCRUD.goToCreateForm(workReportType);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue