Revision: 203
http://jsptest.svn.sourceforge.net/jsptest/?rev=203&view=rev
Author: lkoskela
Date: 2008-04-09 10:47:50 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
Fixed javadocs
Modified Paths:
--------------
trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperCompiler.java
trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperExecution.java
Modified: trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperCompiler.java
===================================================================
--- trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperCompiler.java 2008-04-09 17:46:22 UTC (rev 202)
+++ trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperCompiler.java 2008-04-09 17:47:50 UTC (rev 203)
@@ -115,11 +115,11 @@
/**
* Compile the specified JSP source file into bytecode.
*
+ * @param path
+ * The path to the JSP source file to compile, given relative
+ * to the web root.
* @param mockTaglibs
* Mapping of tagnames to tag handler classes
- * @param jspPath
- * The path to the JSP source file to compile, given relative
- * to the web root.
*/
public JspCompilationInfo compile(String path, Map mockTaglibs)
throws Exception {
Modified: trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperExecution.java
===================================================================
--- trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperExecution.java 2008-04-09 17:46:22 UTC (rev 202)
+++ trunk/jsptest-jsp20/src/main/java/net/sf/jsptest/compiler/jsp20/JasperExecution.java 2008-04-09 17:47:50 UTC (rev 203)
@@ -116,7 +116,6 @@
*
* @param path
* The resource path to query.
- * @return The rendered page.
* @throws Exception
*/
protected void get(String path) throws Exception {
@@ -129,7 +128,6 @@
*
* @param path
* The resource path to query.
- * @return The rendered page.
* @throws Exception
*/
protected void post(String path) throws Exception {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|