All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aragost.javahg.ext.mq.QCloneCommand Maven / Gradle / Ivy

package com.aragost.javahg.ext.mq;

import com.aragost.javahg.Repository;
import com.aragost.javahg.ext.mq.flags.QCloneCommandFlags;

public class QCloneCommand extends QCloneCommandFlags {

	public QCloneCommand(Repository repository) {
		super(repository);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy