[MOBY-guts] biomoby commit
Gary Schiltz
gss at pub.open-bio.org
Wed Mar 15 00:52:17 UTC 2006
gss
Tue Mar 14 19:52:17 EST 2006
Update of /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/ref/servlets
In directory pub.open-bio.org:/tmp/cvs-serv28377/src/org/semanticmoby/ref/servlets
Modified Files:
ResourceInvestigationServlet.java
Log Message:
Fixed to use updated URIInvestigator class
s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/ref/servlets ResourceInvestigationServlet.java,1.9,1.10
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/ref/servlets/ResourceInvestigationServlet.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/ref/servlets/ResourceInvestigationServlet.java 2006/03/02 08:54:32 1.9
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/src/org/semanticmoby/ref/servlets/ResourceInvestigationServlet.java 2006/03/15 00:52:17 1.10
@@ -20,7 +20,6 @@
*/
public class ResourceInvestigationServlet extends BaseServlet {
-
/**
* Respond to an HTTP GET message
*/
@@ -54,8 +53,8 @@
e2.printStackTrace();
}
} else {
-
- URIInvestigator.investigate(resourceURL);
+ URIInvestigator investigator = new URIInvestigator(resourceURL);
+ investigator.investigate();
dataBean.setUrl(resourceURL);
More information about the MOBY-guts
mailing list