James Moger
2014-02-21 b23b67c1cc0b2541580f23c9aec97c0b84a823f4
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) {