User: ara_e_w 
  Date: 02/10/03 13:47:39

  Modified:    javacc   Java1.2-b.jjt
  Log:
  
  
  Revision  Changes    Path
  1.32      +93 -98    xjavadoc/javacc/Java1.2-b.jjt
  
  Index: Java1.2-b.jjt
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/javacc/Java1.2-b.jjt,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -w -r1.31 -r1.32
  --- Java1.2-b.jjt     25 Aug 2002 18:02:44 -0000      1.31
  +++ Java1.2-b.jjt     3 Oct 2002 20:47:39 -0000       1.32
  @@ -60,8 +60,6 @@
   
   public class @parser-class@ implements JavaParser
   {
  -   private static org.apache.log4j.Category _log = 
org.apache.log4j.Category.getInstance(@[email protected]());
  -
      private SourceClass _outerClass;
      private Stack sourceClassStack = new Stack();
   
  @@ -395,7 +393,6 @@
   
   void CompilationUnit( SourceClass sourceClass ) :
   {
  -   _log.debug("Scanning class header of " + sourceClass.getQualifiedName());
      _outerClass = sourceClass;
   }
   {
  @@ -410,9 +407,7 @@
   
   /*
         // wake up the sourceClass. It's waiting in complete()
  -      _log.debug("parse thread - in end of CompilationUnit for " + 
sourceClass.getQualifiedName() + " entering synchronized block.");
         synchronized( sourceClass.getParseLock() ) {
  -         _log.debug("parse thread is done. notifying main thread waiting in 
complete().");
            sourceClass.getParseLock().notify();
         }
   */
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to