James Moger
2014-09-11 bb2d22d38555efde80536d0d8b15db4a262a5035
src/main/java/com/gitblit/wicket/pages/BranchesPage.java
@@ -17,8 +17,11 @@
import org.apache.wicket.PageParameters;
import com.gitblit.wicket.CacheControl;
import com.gitblit.wicket.CacheControl.LastModified;
import com.gitblit.wicket.panels.BranchesPanel;
@CacheControl(LastModified.REPOSITORY)
public class BranchesPage extends RepositoryPage {
   public BranchesPage(PageParameters params) {