code refactor

This commit is contained in:
Massimiliano Assante 2019-12-12 18:20:54 +01:00
parent b8dae29f37
commit 5cf8e51541
1 changed files with 1 additions and 2 deletions

View File

@ -29,6 +29,5 @@ public class UpdateTermsOfUseAction extends BaseStrutsAction {
}
else //the user agreed
return originalStrutsAction.execute(request, response);
}
}
}