[Mulgara-svn] r1407 - trunk/src/jar/querylang/java/org/mulgara/protocol/http

pag at mulgara.org pag at mulgara.org
Sat Dec 6 14:22:22 UTC 2008


Author: pag
Date: 2008-12-06 06:22:21 -0800 (Sat, 06 Dec 2008)
New Revision: 1407

Modified:
   trunk/src/jar/querylang/java/org/mulgara/protocol/http/ProtocolServlet.java
Log:
removed warnings

Modified: trunk/src/jar/querylang/java/org/mulgara/protocol/http/ProtocolServlet.java
===================================================================
--- trunk/src/jar/querylang/java/org/mulgara/protocol/http/ProtocolServlet.java	2008-12-05 23:53:44 UTC (rev 1406)
+++ trunk/src/jar/querylang/java/org/mulgara/protocol/http/ProtocolServlet.java	2008-12-06 14:22:21 UTC (rev 1407)
@@ -59,6 +59,9 @@
  */
 public abstract class ProtocolServlet extends HttpServlet {
 
+  /** Generated serialization ID. */
+  private static final long serialVersionUID = -6510062000251611536L;
+
   /**
    * Internal type definition of a function that takes "something" and an output stream,
    * and returns a {@link StreamedAnswer}
@@ -96,7 +99,6 @@
   protected static final String DEFAULT_GRAPH_ARG = "default-graph-uri";
 
   /** The parameter identifying the graph. We don't set these in SPARQL yet. */
-  @SuppressWarnings("unused")
   protected static final String NAMED_GRAPH_ARG = "named-graph-uri";
 
   /** The name of the default graph. This is a null graph. */




More information about the Mulgara-svn mailing list