You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/06 13:19:00 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/infobuilder BlockInfoBuilder.java

donaldp     2002/09/06 04:18:59

  Modified:    src/java/org/apache/avalon/phoenix/tools/infobuilder
                        BlockInfoBuilder.java
  Log:
  Turn some <code> sections into {@link} sections
  
  Revision  Changes    Path
  1.24      +8 -8      jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/infobuilder/BlockInfoBuilder.java
  
  Index: BlockInfoBuilder.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/infobuilder/BlockInfoBuilder.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- BlockInfoBuilder.java	17 Aug 2002 02:34:44 -0000	1.23
  +++ BlockInfoBuilder.java	6 Sep 2002 11:18:59 -0000	1.24
  @@ -20,7 +20,7 @@
   import org.apache.avalon.phoenix.metainfo.ServiceDescriptor;
   
   /**
  - * A BlockInfoBuilder is responsible for building <code>BlockInfo</code>
  + * A BlockInfoBuilder is responsible for building {@link BlockInfo}
    * objects from Configuration objects. The format for Configuration object
    * is specified in the BlockInfo specification.
    *
  @@ -34,7 +34,7 @@
           ResourceManager.getPackageResources( BlockInfoBuilder.class );
   
       /**
  -     * Create a <code>BlockInfo</code> object for specified classname from
  +     * Create a {@link BlockInfo} object for specified classname from
        * specified configuration data.
        *
        * @param classname The classname of Block
  @@ -78,7 +78,7 @@
       }
   
       /**
  -     * A utility method to build an array of <code>DependencyDescriptor</code>
  +     * A utility method to build an array of {@link DependencyDescriptor}
        * objects from specified configuraiton and classname.
        *
        * @param classname The classname of Block (used for logging purposes)
  @@ -104,7 +104,7 @@
       }
   
       /**
  -     * A utility method to build a <code>DependencyDescriptor</code>
  +     * A utility method to build a {@link DependencyDescriptor}
        * object from specified configuraiton.
        *
        * @param classname The classname of Block (used for logging purposes)
  @@ -139,7 +139,7 @@
       }
   
       /**
  -     * A utility method to build an array of <code>ServiceDescriptor</code>
  +     * A utility method to build an array of {@link ServiceDescriptor}
        * objects from specified configuraiton.
        *
        * @param servicesSet the services configuration
  @@ -162,7 +162,7 @@
       }
   
       /**
  -     * A utility method to build a <code>ServiceDescriptor</code>
  +     * A utility method to build a {@link ServiceDescriptor}
        * object from specified configuraiton data.
        *
        * @param service the service Configuration
  @@ -179,7 +179,7 @@
       }
   
       /**
  -     * A utility method to build a <code>BlockDescriptor</code>
  +     * A utility method to build a {@link BlockDescriptor}
        * object from specified configuraiton data and classname.
        *
        * <p>Note that if a &lt;block/&gt; section is not specified then a warning
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>