[cvs] expresso commit by lhamel: javadoc

JCorporate Ltd jcorp at jcorporate.com
Thu Dec 9 06:28:17 UTC 2004


Log Message:
-----------
javadoc

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/registry:
        RequestRegistry.java

Revision Data
-------------
Index: RequestRegistry.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/registry/RequestRegistry.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/registry/RequestRegistry.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/registry/RequestRegistry.java -u -r1.6 -r1.7
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/registry/RequestRegistry.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/registry/RequestRegistry.java
@@ -133,9 +133,10 @@
     }
 
     /**
-     * Retrieves the current thread's data context.
+     * Retrieves the current thread's data context. throws if no threadlocal var has been set
+     * @see MutableRequestRegistry
      *
-     * @return String java.lang.String
+     * @return name of current context
      * @throws java.lang.IllegalStateException
      *          if this method is called
      *          before anybody constructed it.


More information about the cvs mailing list