Index: java/javax/servlet/ServletContext.java =================================================================== --- java/javax/servlet/ServletContext.java (revision 1089398) +++ java/javax/servlet/ServletContext.java (working copy) @@ -286,7 +286,6 @@ * the ServletContext class and can perform shared * business logic by invoking methods on common non-servlet * classes. - * @deprecated */ @SuppressWarnings("dep-ann") // Spec API does not use @Deprecated @@ -301,7 +300,6 @@ * an empty enumeration and remains only to preserve binary * compatibility. This method will be permanently removed in a * future version of the Java Servlet API. - * @deprecated */ @SuppressWarnings("dep-ann") // Spec API does not use @Deprecated @@ -316,7 +314,6 @@ * empty Enumeration and remains only to preserve * binary compatibility. This method will be permanently removed * in a future version of the Java Servlet API. - * @deprecated */ @SuppressWarnings("dep-ann") // Spec API does not use @Deprecated @@ -340,7 +337,6 @@ * This method was originally defined to write an exception's * stack trace and an explanatory error message to the servlet * log file. - * @deprecated */ @SuppressWarnings("dep-ann") // Spec API does not use @Deprecated