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

(-)java/javax/servlet/ServletContext.java (-4 lines)
Lines 286-292 Link Here
286
     *             the <code>ServletContext</code> class and can perform shared
286
     *             the <code>ServletContext</code> class and can perform shared
287
     *             business logic by invoking methods on common non-servlet
287
     *             business logic by invoking methods on common non-servlet
288
     *             classes.
288
     *             classes.
289
     * @deprecated
290
     */
289
     */
291
    @SuppressWarnings("dep-ann")
290
    @SuppressWarnings("dep-ann")
292
    // Spec API does not use @Deprecated
291
    // Spec API does not use @Deprecated
Lines 301-307 Link Here
301
     *             an empty enumeration and remains only to preserve binary
300
     *             an empty enumeration and remains only to preserve binary
302
     *             compatibility. This method will be permanently removed in a
301
     *             compatibility. This method will be permanently removed in a
303
     *             future version of the Java Servlet API.
302
     *             future version of the Java Servlet API.
304
     * @deprecated
305
     */
303
     */
306
    @SuppressWarnings("dep-ann")
304
    @SuppressWarnings("dep-ann")
307
    // Spec API does not use @Deprecated
305
    // Spec API does not use @Deprecated
Lines 316-322 Link Here
316
     *             empty <code>Enumeration</code> and remains only to preserve
314
     *             empty <code>Enumeration</code> and remains only to preserve
317
     *             binary compatibility. This method will be permanently removed
315
     *             binary compatibility. This method will be permanently removed
318
     *             in a future version of the Java Servlet API.
316
     *             in a future version of the Java Servlet API.
319
     * @deprecated
320
     */
317
     */
321
    @SuppressWarnings("dep-ann")
318
    @SuppressWarnings("dep-ann")
322
    // Spec API does not use @Deprecated
319
    // Spec API does not use @Deprecated
Lines 340-346 Link Here
340
     *             This method was originally defined to write an exception's
337
     *             This method was originally defined to write an exception's
341
     *             stack trace and an explanatory error message to the servlet
338
     *             stack trace and an explanatory error message to the servlet
342
     *             log file.
339
     *             log file.
343
     * @deprecated
344
     */
340
     */
345
    @SuppressWarnings("dep-ann")
341
    @SuppressWarnings("dep-ann")
346
    // Spec API does not use @Deprecated
342
    // Spec API does not use @Deprecated

Return to bug 51154