donaldp 02/05/10 06:26:00
Modified: src/java/org/apache/avalon/phoenix/tools/assembler
Assembler.java
Log:
Fixed up some javadoc violations
Revision Changes Path
1.12 +5 -5
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/Assembler.java
Index: Assembler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/Assembler.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Assembler.java 10 May 2002 02:43:04 -0000 1.11
+++ Assembler.java 10 May 2002 13:26:00 -0000 1.12
@@ -30,7 +30,7 @@
* and is in the format specified for <code>assembly.xml</code> files.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.11 $ $Date: 2002/05/10 02:43:04 $
+ * @version $Revision: 1.12 $ $Date: 2002/05/10 13:26:00 $
*/
public class Assembler
extends AbstractLogEnabled
@@ -59,7 +59,8 @@
* @param name the name of Sar
* @param assembly the assembly configuration object
* @param directory the directory Sar installed to
- * @param classPath the URL array to represent Sar ClassPath
+ * @param classLoader the ClassLoader from which resources
+ * are loaded (such as meta-data).
* @return the new SarMetaData
* @throws AssemblyException if an error occurs
*/
@@ -110,7 +111,7 @@
*
* @param blocks the list of Configuration objects for blocks
* @return the BlockMetaData array
- * @throws Exception if an error occurs
+ * @throws AssemblyException if an error occurs
*/
private BlockMetaData[] buildBlocks( final Configuration[] blocks,
final ClassLoader classLoader )
@@ -165,9 +166,8 @@
*
* @param name the name of Block
* @param classname the name of Blocks class
- * @param cache the place to cache BlockInfo objects
* @return the BlockInfo for specified block
- * @throws VerifyException if an error occurs
+ * @throws AssemblyException if an error occurs
*/
private BlockInfo getBlockInfo( final String name,
final String classname,
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>