You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hl...@apache.org on 2003/09/05 01:58:00 UTC

cvs commit: jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/impl RegistryBuilder.java

hlship      2003/09/04 16:58:00

  Modified:    hivemind/src/java/org/apache/commons/hivemind/impl
                        RegistryBuilder.java
  Log:
  Remove outdated comment.
  
  Revision  Changes    Path
  1.27      +2 -2      jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/impl/RegistryBuilder.java
  
  Index: RegistryBuilder.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/impl/RegistryBuilder.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- RegistryBuilder.java	30 Aug 2003 14:29:51 -0000	1.26
  +++ RegistryBuilder.java	4 Sep 2003 23:58:00 -0000	1.27
  @@ -105,7 +105,7 @@
    * allowed to invoke those methods (though, at this time, no checks occur).
    * 
    * <p>Runtime methods, such as {@link org.apache.commons.hivemind.impl.ModuleImpl#getService(String, Class)}
  - * are fully threadsafe.  Outstanding issues are to identify and defuse deadlocks in some manner.
  + * are fully threadsafe. 
    *
    * @author Howard Lewis Ship
    * @version $Id$