[Lipog-commit] net.heilancoo.portal.documentation/doc webapp-123.html, 1.18, 1.19
Status: Beta
Brought to you by:
jbu
From: Joerg B. <jb...@us...> - 2009-07-28 17:04:49
|
Update of /cvsroot/lipog/net.heilancoo.portal.documentation/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17337/doc Modified Files: webapp-123.html Log Message: more fixes to session class example code Index: webapp-123.html =================================================================== RCS file: /cvsroot/lipog/net.heilancoo.portal.documentation/doc/webapp-123.html,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** webapp-123.html 28 Jul 2009 16:59:47 -0000 1.18 --- webapp-123.html 28 Jul 2009 17:04:40 -0000 1.19 *************** *** 126,135 **** public class BingoSession implements Session { - @Override - public Controller getInitialController() { - // TODO Auto-generated method stub - return null; - } - } </pre> --- 126,129 ---- *************** *** 158,167 **** } - @Override - public Controller getInitialController() { - // TODO Auto-generated method stub - return null; - } - @Request public void main(HttpRequest request, FormFieldContainer fields, --- 152,155 ---- |