File was renamed from src/main/java/com/gitblit/transport/ssh/commands/ReviewCommand.java |
| | |
| | | * See the License for the specific language governing permissions and |
| | | * limitations under the License. |
| | | */ |
| | | package com.gitblit.transport.ssh.commands; |
| | | package com.gitblit.transport.ssh.gitblit; |
| | | |
| | | import java.util.HashSet; |
| | | import java.util.Set; |
| | |
| | | import com.gitblit.models.TicketModel.Score; |
| | | import com.gitblit.models.UserModel; |
| | | import com.gitblit.transport.ssh.CommandMetaData; |
| | | import com.gitblit.transport.ssh.commands.SshCommand; |
| | | import com.gitblit.wicket.GitBlitWebSession; |
| | | |
| | | @CommandMetaData(name = "review", description = "Verify, approve and/or submit one or more patch sets", hidden = true) |