[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller
Input.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Thu May 13 16:19:52 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller
In directory jcorp2.servlets.net:/tmp/cvs-serv23046/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller
Modified Files:
Input.java
Log Message:
remove unused exceptions
Index: Input.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Input.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Input.java 30 Mar 2004 19:39:30 -0000 1.23
--- Input.java 13 May 2004 23:19:50 -0000 1.24
***************
*** 237,244 ****
*
* @param newName the new input name
- * @throws ControllerException upon error
*/
! public Input(String newName)
! throws ControllerException {
super();
setName(newName);
--- 237,242 ----
*
* @param newName the new input name
*/
! public Input(String newName) {
super();
setName(newName);
***************
*** 251,258 ****
* @param newName the name of the Input
* @param newLabel the label of the input
- * @throws ControllerException upon construction error
*/
! public Input(String newName, String newLabel)
! throws ControllerException {
super();
setName(newName);
--- 249,254 ----
* @param newName the name of the Input
* @param newLabel the label of the input
*/
! public Input(String newName, String newLabel) {
super();
setName(newName);
More information about the cvs
mailing list