Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @noimplement This interface is not intended to be implemented by clients.
*/
@ProviderType
@Deprecated(forRemoval = true)
public interface ExtendedHttpService extends HttpService {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @deprecated No longer required.
* @since 1.3
*/
@Deprecated(forRemoval = true)
public class HttpServiceMultipartServlet extends HttpServlet {
private static final long serialVersionUID = 2281118780429323631L;
}