jlaskowski 2005/06/19 18:40:29
Modified: modules/core/src/java/org/openejb/alt/config/rules
CheckMethods.java package.html
Log:
A step towards cutting the 1.0 release:
o openejb:release goal to cut a release
o polishing the sources so that javadoc is built without any errors or
warnings
o Add javadoc to release in openejb:release
Revision Changes Path
1.5 +4 -7
openejb1/modules/core/src/java/org/openejb/alt/config/rules/CheckMethods.java
Index: CheckMethods.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/config/rules/CheckMethods.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CheckMethods.java 16 Jun 2005 22:29:50 -0000 1.4
+++ CheckMethods.java 19 Jun 2005 22:40:29 -0000 1.5
@@ -61,11 +61,8 @@
/**
-
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
-
*/
-
public class CheckMethods implements ValidationRule {
@@ -244,7 +241,7 @@
* @param b
* @param bean
* @param home
- * @return
+ * @return boolean
*/
public boolean check_createMethodsAreImplemented(Bean b, Class bean,
Class home){
boolean result = true;
@@ -299,7 +296,7 @@
* @param b
* @param bean
* @param home
- * @return
+ * @return boolean
*/
public boolean check_postCreateMethodsAreImplemented(Bean b, Class bean,
Class home){
boolean result = true;
@@ -344,7 +341,7 @@
* @param b
* @param bean
* @param home
- * @return
+ * @return boolean
*/
public boolean check_unusedCreateMethods(Bean b, Class bean, Class home){
boolean result = true;
1.3 +2 -3
openejb1/modules/core/src/java/org/openejb/alt/config/rules/package.html
Index: package.html
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/config/rules/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.html 8 Jul 2004 11:55:23 -0000 1.2
+++ package.html 19 Jun 2005 22:40:29 -0000 1.3
@@ -67,8 +67,7 @@
<!-- Put @see and @since tags down here. -->
@see org.openejb.OpenEJB
[EMAIL PROTECTED] org.openejb.ContainerSystem
[EMAIL PROTECTED] org.openejb.ContainerManager
[EMAIL PROTECTED] org.openejb.core.ContainerSystem
@see org.openejb.Container
@see org.openejb.DeploymentInfo
</body>