blob: c7ee1e86fc7ce28a4526ab025c0a9a6e1a9e9422 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Raymond Augé and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Raymond Augé - initial implementation
*******************************************************************************/
package org.eclipse.equinox.http.servlet;
import javax.servlet.http.HttpServlet;
/**
* @noextend This class is not intended to be subclassed by clients.
* @deprecated No longer required.
* @since 1.3
*/
public class HttpServiceMultipartServlet extends HttpServlet {
private static final long serialVersionUID = 2281118780429323631L;
}