more javadoc

This commit is contained in:
Shay Banon 2011-09-22 16:11:22 +03:00
parent 7ab128bbba
commit 25fe56c462
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ import java.util.concurrent.CountDownLatch;
*
* <p>The node is registered as a servlet context attribute under <tt>elasticsearchNode</tt> so its easily
* accessible from other web resources if needed.
*
* <p>The servlet can be registered under a prefix URI, and it will automatically adjust to handle it.
*/
public class NodeServlet extends HttpServlet {