blob: bab04b570f3e9fc211cd7d5bdb686b9fa91594f3 [file] [log] [blame]
package org.apache.felix.dm.shell;
import org.apache.felix.shell.Command;
import org.osgi.framework.BundleContext;
public class FelixDMCommand extends DMCommand implements Command {
public FelixDMCommand(BundleContext context) {
super(context);
}
}