James Moger
2014-03-22 d500429a1d7a47da3bcd22880b53dce806ba9300
src/main/java/com/gitblit/transport/ssh/gitblit/ProjectsDispatcher.java
@@ -22,7 +22,7 @@
import com.gitblit.models.UserModel;
import com.gitblit.transport.ssh.commands.CommandMetaData;
import com.gitblit.transport.ssh.commands.DispatchCommand;
import com.gitblit.transport.ssh.commands.ListCommand;
import com.gitblit.transport.ssh.commands.ListRegexCommand;
import com.gitblit.utils.FlipTable;
import com.gitblit.utils.FlipTable.Borders;
@@ -36,7 +36,7 @@
   /* List projects */
   @CommandMetaData(name = "list", aliases= { "ls" }, description = "List projects")
   public static class ListProjects extends ListCommand<ProjectModel> {
   public static class ListProjects extends ListRegexCommand<ProjectModel> {
      @Override
      protected List<ProjectModel> getItems() {