blob: 17caf875690c929c9717233684ca117eeb7a25e0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 Composent, Inc. and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Composent, Inc. - initial API and implementation
******************************************************************************/
package com.mycorp.examples.timeservice.internal.provider.rest.host;
import org.eclipse.ecf.remoteservice.servlet.HttpServiceComponent;
public class TimeServiceHttpServiceComponent extends HttpServiceComponent {
public TimeServiceHttpServiceComponent() {
// All methods implemented by HttpServiceComponent
}
}