Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit aede937

Browse files
committed
fix throw exception
1 parent 7b707fe commit aede937

File tree

1 file changed

+2
-2
lines changed
  • src/java/main/com/topcoder/direct/services/view/action/contest/launch

1 file changed

+2
-2
lines changed

src/java/main/com/topcoder/direct/services/view/action/contest/launch/CommonAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,9 @@ private List<Map<String, Object>> getBillingProjectInfos() throws DAOFault {
453453
* </p>
454454
*
455455
* @return the billing project information. each project is represented in a map object.
456-
* @throws DAOFault if a DAO error occurs
456+
* @throws ContestServiceException if contest service exception occurs
457457
*/
458-
private List<ProjectGroup> getAllProjectGroups() throws DAOFault {
458+
private List<ProjectGroup> getAllProjectGroups() throws ContestServiceException {
459459
return Arrays.asList(getContestServiceFacade().getAllProjectGroups(DirectStrutsActionsHelper.getTCSubjectFromSession()));
460460
}
461461

0 commit comments

Comments
 (0)