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