User: deerwood
Date: 01/07/22 21:23:02
Modified: src/main/org/jboss/ejb/plugins/jaws JPMInitCommand.java
JPMStartCommand.java
Log:
o indentation to jboss project defaults
Revision Changes Path
1.3 +3 -2 jboss/src/main/org/jboss/ejb/plugins/jaws/JPMInitCommand.java
Index: JPMInitCommand.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/jaws/JPMInitCommand.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JPMInitCommand.java 2000/12/07 15:44:30 1.2
+++ JPMInitCommand.java 2001/07/23 04:23:02 1.3
@@ -11,11 +11,12 @@
* Interface for JAWSPersistenceManager Init Command.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Justin Forder</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public interface JPMInitCommand
{
// Public --------------------------------------------------------
- public void execute() throws Exception;
+ public void execute()
+ throws Exception;
}
1.3 +3 -2 jboss/src/main/org/jboss/ejb/plugins/jaws/JPMStartCommand.java
Index: JPMStartCommand.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/jaws/JPMStartCommand.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JPMStartCommand.java 2000/12/07 15:44:30 1.2
+++ JPMStartCommand.java 2001/07/23 04:23:02 1.3
@@ -11,11 +11,12 @@
* Interface for JAWSPersistenceManager Start Command.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Justin Forder</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public interface JPMStartCommand
{
// Public --------------------------------------------------------
- public void execute() throws Exception;
+ public void execute()
+ throws Exception;
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development