jlaskowski 2005/06/19 18:40:34
Modified: modules/webadmin/src/java/org/openejb/webadmin/ejbgen
EJBTemplate.java
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.3 +2 -3
openejb1/modules/webadmin/src/java/org/openejb/webadmin/ejbgen/EJBTemplate.java
Index: EJBTemplate.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/ejbgen/EJBTemplate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EJBTemplate.java 16 Jun 2005 22:29:56 -0000 1.2
+++ EJBTemplate.java 19 Jun 2005 22:40:34 -0000 1.3
@@ -213,8 +213,7 @@
* and files that are XML Files.
* @param filename the filename in String datatype
* @param code the code to be written to the filename
- * @see writeClass()
- **/
+ */
public void createXML(String filename, String code)
{
String location = sloc;