View | Details | Raw Unified | Return to bug 59960
Collapse All | Expand All

(-)java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
/**
19
/**
20
 * @deprecated Originally provided an optional implementation that used Java 5+
20
 * @deprecated Originally provided an optional implementation that used Java 5+
21
 *             features. Now the minimum Java version is >=5, those features
21
 *             features. Now the minimum Java version is >=5, those features
22
 *             have been added to {@link MessageDispatchInterceptor} which
22
 *             have been added to {@link MessageDispatchInterceptor} which
23
 *             should be used instead. This class will be removed in Tomcat
23
 *             should be used instead. This class will be removed in Tomcat
24
 *             8.5.x onwards.
24
 *             8.5.x onwards.

Return to bug 59960