[ThorFramework-devel] SF.net SVN: thorframework: [18] trunk/thor/src/org/y2k1/thor/core/ThorHttpServ
Status: Planning
Brought to you by:
denniskempin
|
From: <den...@us...> - 2006-02-25 13:08:11
|
Revision: 18 Author: denniskempin Date: 2006-02-25 05:07:49 -0800 (Sat, 25 Feb 2006) ViewCVS: http://svn.sourceforge.net/thorframework/?rev=18&view=rev Log Message: ----------- started documenting... Modified Paths: -------------- trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java Modified: trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java =================================================================== --- trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java 2006-02-24 23:47:43 UTC (rev 17) +++ trunk/thor/src/org/y2k1/thor/core/ThorHttpServlet.java 2006-02-25 13:07:49 UTC (rev 18) @@ -39,7 +39,7 @@ public final class ThorHttpServlet extends HttpServlet { /** - * A HttpServlet needs a serial Version UID. + * A HttpServlet needs a serial version UID. */ private static final long serialVersionUID = 1L; @@ -54,6 +54,9 @@ private boolean configBroken; + /** + * Default constructor + */ public ThorHttpServlet() { @@ -61,6 +64,7 @@ /** * @see GenericServlet#init() + * We read the thor.xml configuration file and generate an init report. */ @Override public void init() throws ServletException @@ -92,7 +96,7 @@ } /** - * The Functions merges the doGet and doPost functions, because they to + * The Functions merges the doGet and doPost functions, because they do * mostly the same. * @throws ServletException if something unspecified went wrong * @throws IOException if it is thrown in any serverside redirection This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |