Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1249 → Rev 1250

/PhotoAlbum/trunk/src/ak/photoalbum/webapp/BuildCacheAction.java
19,8 → 19,11
HttpServletRequest request, HttpServletResponse response)
throws Exception
{
PathForm theForm = (PathForm)form;
String branch = theForm.getBranch();
 
// FIXME: show progress bar
Logic.getLogic().buildCache();
Logic.getLogic().buildCache(branch);
 
return mapping.findForward("success");
}