4546474849505152
* @param repository * the repository associated with this command. */ public AddCommand(Repository repository) { super(repository); helper = new AddRemoveCommandHelper(this, "adding "); withDebugFlag(); }
4445464748495051
* @param repository * the repository associated with this command. */ public RemoveCommand(Repository repository) { super(repository); helper = new AddRemoveCommandHelper(this, "removing "); withDebugFlag(); }