[Mulgara-svn] r1635 - trunk/src/jar/tag/java/org/mulgara/extractor/tag

pag at mulgara.org pag at mulgara.org
Thu Mar 26 19:52:11 UTC 2009


Author: pag
Date: 2009-03-26 12:52:11 -0700 (Thu, 26 Mar 2009)
New Revision: 1635

Modified:
   trunk/src/jar/tag/java/org/mulgara/extractor/tag/AlldocsTag.java
Log:
Removed unused import, added a serialization ID, and moved some javadoc while searching for javadoc bug

Modified: trunk/src/jar/tag/java/org/mulgara/extractor/tag/AlldocsTag.java
===================================================================
--- trunk/src/jar/tag/java/org/mulgara/extractor/tag/AlldocsTag.java	2009-03-26 19:51:38 UTC (rev 1634)
+++ trunk/src/jar/tag/java/org/mulgara/extractor/tag/AlldocsTag.java	2009-03-26 19:52:11 UTC (rev 1635)
@@ -32,10 +32,7 @@
 // Java 2 enterprise packages
 import java.io.*;
 import java.net.*;
-import java.sql.*;
-import java.util.*;
 
-import javax.servlet.*;
 import javax.servlet.jsp.*;
 import javax.servlet.jsp.tagext.*;
 
@@ -45,7 +42,6 @@
 // Apache Soap packages
 import org.apache.soap.*;
 import org.apache.soap.rpc.*;
-import org.apache.soap.util.xml.*;
 import org.mulgara.util.*;
 
 /**
@@ -71,6 +67,9 @@
  */
 public class AlldocsTag extends TagSupport {
 
+  /** Serialization ID */
+  private static final long serialVersionUID = 1797208266423531210L;
+
   /**
    * the name of the id attribute
    */
@@ -167,8 +166,8 @@
    * tag. </p>
    *
    * @param model the model to issue queries against
-   * @throws JspTagException if <code>model</code> violates <a
-   *      href="http://www.isi.edu/in-notes/rfc2396.txt">RFC?2396</a>
+   * @throws JspTagException if <code>model</code> violates
+   *      <a href="http://www.isi.edu/in-notes/rfc2396.txt">RFC?2396</a>
    */
   public void setModel(String model) throws JspTagException {
 
@@ -440,8 +439,8 @@
    * @return the model containing the documents processed by TMex, or null if
    *      the model URI has not been defined as an attribute to this tag or
    *      using the <code>init</code> tag
-   * @throws URISyntaxException if the model URI violates <a
-   *      href="http://www.isi.edu/in-notes/rfc2396.txt">RFC?2396</a>
+   * @throws URISyntaxException if the model URI violates
+   *      <a href="http://www.isi.edu/in-notes/rfc2396.txt">RFC?2396</a>
    */
   private URI getTmexModel() throws URISyntaxException {
 




More information about the Mulgara-svn mailing list