[Ejtools-cvs] libraries/adwt/src/main/org/ejtools/adwt/action/action RefreshAction.java,1.4,1.5
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-14 09:48:39
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/action In directory sc8-pr-cvs1:/tmp/cvs-serv19233/adwt/src/main/org/ejtools/adwt/action/action Modified Files: RefreshAction.java Log Message: Add more javadocs. Add package.html files. Index: RefreshAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/org/ejtools/adwt/action/action/RefreshAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RefreshAction.java 15 Sep 2003 22:37:12 -0000 1.4 --- RefreshAction.java 13 Dec 2003 21:29:34 -0000 1.5 *************** *** 13,17 **** /** ! * Description of the Class * * @author Laurent Etiemble --- 13,17 ---- /** ! * * * @author Laurent Etiemble *************** *** 21,25 **** public class RefreshAction extends CommandAction { ! /** Description of the Field */ private static ResourceBundle resources = ResourceBundle.getBundle("org.ejtools.adwt.action.Resources"); --- 21,25 ---- public class RefreshAction extends CommandAction { ! /** Resource Bundle */ private static ResourceBundle resources = ResourceBundle.getBundle("org.ejtools.adwt.action.Resources"); |