[jboss-cvs] JBossAS SVN: r59371 - projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/attachments

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 5 06:04:37 EST 2007


Author: alesj
Date: 2007-01-05 06:04:34 -0500 (Fri, 05 Jan 2007)
New Revision: 59371

Modified:
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/attachments/Attachments.java
Log:
javadocs

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/attachments/Attachments.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/attachments/Attachments.java	2007-01-05 09:38:15 UTC (rev 59370)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/attachments/Attachments.java	2007-01-05 11:04:34 UTC (rev 59371)
@@ -66,7 +66,6 @@
     * Add attachment
     *
     * @param <T> the expected type
-    * @param name the name of the attachment
     * @param attachment the attachment
     * @param type the type
     * @return any previous attachment
@@ -98,7 +97,6 @@
     * Get attachment
     * 
     * @param <T> the expected type
-    * @param name the name of the attachment
     * @param type the type
     * @return the attachment or null if not present
     * @throws IllegalArgumentException for a null name or type
@@ -127,7 +125,6 @@
    /**
     * Is the attachment present
     * 
-    * @param name the name of the attachment
     * @param type the type
     * @return true when the attachment is present
     * @throws IllegalArgumentException for a null name or type




More information about the jboss-cvs-commits mailing list