blob: 4d1e0a0598e5a34bd3aa2ee6a30d86d31bf3c5ba [file] [log] [blame]
package org.eclipse.team.internal.ccvs.core.client;
/*
* (c) Copyright IBM Corp. 2000, 2002.
* All Rights Reserved.
*/
public class Admin extends AbstractMessageCommand {
/*** Local options: specific to admin ***/
protected Admin() { }
protected String getCommandId() {
return "admin"; //$NON-NLS-1$
}
}