Author: remy.maucherat(a)jboss.com
Date: 2009-11-17 14:21:47 -0500 (Tue, 17 Nov 2009)
New Revision: 1272
Modified:
trunk/java/javax/servlet/AsyncContext.java
trunk/java/javax/servlet/annotation/WebServlet.java
Log:
- Javadoc update.
Modified: trunk/java/javax/servlet/AsyncContext.java
===================================================================
--- trunk/java/javax/servlet/AsyncContext.java 2009-11-17 16:19:54 UTC (rev 1271)
+++ trunk/java/javax/servlet/AsyncContext.java 2009-11-17 19:21:47 UTC (rev 1272)
@@ -341,8 +341,9 @@
/**
- * Causes the container to dispatch a thread to run the specified Runnable
- * in the {@link ServletContext} that initialized this AsyncContext.
+ * Causes the container to dispatch a thread, possibly from a managed
+ * thread pool, to run the specified <tt>Runnable</tt>. The container
may
+ * propagate appropriate contextual information to the <tt>Runnable</tt>.
*
* @param run the asynchronous handler
*/
Modified: trunk/java/javax/servlet/annotation/WebServlet.java
===================================================================
--- trunk/java/javax/servlet/annotation/WebServlet.java 2009-11-17 16:19:54 UTC (rev
1271)
+++ trunk/java/javax/servlet/annotation/WebServlet.java 2009-11-17 19:21:47 UTC (rev
1272)
@@ -109,7 +109,7 @@
String description() default "";
/**
- * * The display name of the filter
+ * The display name of the servlet
*/
String displayName() default "";
Show replies by date