User: ko5tik  
  Date: 02/03/08 07:34:12

  Modified:    src/xjavadoc SourceClass.java
  Log:
  fixed yet another deadlock :)
  
  Revision  Changes    Path
  1.13      +409 -409  xjavadoc/src/xjavadoc/SourceClass.java
  
  Index: SourceClass.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/src/xjavadoc/SourceClass.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -w -r1.12 -r1.13
  --- SourceClass.java  1 Mar 2002 10:44:40 -0000       1.12
  +++ SourceClass.java  8 Mar 2002 15:34:12 -0000       1.13
  @@ -265,8 +265,8 @@
                                synchronized (getParseLock()) {
                                        _log.debug("parse thread " + qualifiedName() + 
" inside synchronized block. notifying main thread waiting in scanAndPut()");
                                        getParseLock().notify();
  -                             }
  -                             synchronized (getParseLock()) {
  +                                     //      }
  +                                     // synchronized (getParseLock()) {
                                        /// and wait until it's done with the rest
                                        try {
                                                getParseLock().wait();
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to