[Mulgara-svn] r1631 - trunk/src/jar/server-rmi/java/org/mulgara/server/rmi
pag at mulgara.org
pag at mulgara.org
Thu Mar 26 19:46:48 UTC 2009
Author: pag
Date: 2009-03-26 12:46:47 -0700 (Thu, 26 Mar 2009)
New Revision: 1631
Modified:
trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/RemoteSessionFactory.java
Log:
Removed unused import, plus replaced some q elements in javadoc while looking for javadoc bug
Modified: trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/RemoteSessionFactory.java
===================================================================
--- trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/RemoteSessionFactory.java 2009-03-26 19:44:43 UTC (rev 1630)
+++ trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/RemoteSessionFactory.java 2009-03-26 19:46:47 UTC (rev 1631)
@@ -30,7 +30,6 @@
// Java 2 standard packages
import java.net.URI;
import java.rmi.*;
-import javax.security.auth.login.Configuration;
// Locally written packages
import org.mulgara.query.QueryException;
@@ -87,8 +86,8 @@
public URI getDefaultServerURI() throws RemoteException;
/**
- * Factory method. The session generated will be an unauthenticated (<q>guest
- * </q>) session. To authenticate it, the {@link Session#login} method must be
+ * Factory method. The session generated will be an unauthenticated ("guest
+ * ") session. To authenticate it, the {@link Session#login} method must be
* used.
*
* @return an unauthenticated session
@@ -107,8 +106,8 @@
public Session newJRDFSession() throws QueryException, RemoteException;
/**
- * Factory method. The session generated will be an unauthenticated (<q>guest
- * </q>) session. To authenticate it, the {@link Session#login} method must be
+ * Factory method. The session generated will be an unauthenticated ("guest
+ * ") session. To authenticate it, the {@link Session#login} method must be
* used. The remote session should be wrapped in a Session object.
*
* @return an unauthenticated RemoteSession
More information about the Mulgara-svn
mailing list