You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/03/22 05:51:36 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/phoenix/engine/blocks BlockDAG.java

donaldp     01/03/21 20:51:36

  Modified:    src/java/org/apache/phoenix/engine/blocks BlockDAG.java
  Log:
  Updated ComponentManagerBuilder facility to do dynamic type checking rather than BlockDAG class.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-avalon-phoenix/src/java/org/apache/phoenix/engine/blocks/BlockDAG.java
  
  Index: BlockDAG.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/phoenix/engine/blocks/BlockDAG.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BlockDAG.java	2001/02/24 04:31:00	1.1
  +++ BlockDAG.java	2001/03/22 04:51:36	1.2
  @@ -134,7 +134,7 @@
           throws Exception
       {
           final BlockEntry entry = getBlockEntry( name );
  -
  +/*
           //make sure that the block offers service it supposed to be providing
           final ServiceInfo[] services = entry.getBlockInfo().getServices();
           if( !BlockUtil.hasMatchingService( services, serviceInfo ) )
  @@ -142,7 +142,7 @@
               throw new Exception( "Dependency " + name + " does not offer " +
                                    "service required: " + serviceInfo );
           }
  -        
  +*/        
           //finally try to traverse block
           visitBlock( name, entry, visitor, true );
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org