* the <code>ServletContext</code> 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
* 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
* empty <code>Enumeration</code> 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
* 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
<bug>51135</bug>: Fix auto-detection of JAVA_HOME for 64-bit Windows
platforms that only have a 32-bit JVM installed. (markt)
</fix>
+ <fix>
+ <bug>51154</bug>: Remove duplicate @deprecated tags in ServletContext
+ Javadoc. Patch provided by sebb. (markt)
+ </fix>
</changelog>
</subsection>
</section>