[Mulgara-svn] r878 - trunk/src/jar/store-stringpool/java/org/mulgara/store/stringpool
pag at mulgara.org
pag at mulgara.org
Thu May 1 17:40:51 UTC 2008
Author: pag
Date: 2008-05-01 10:40:50 -0700 (Thu, 01 May 2008)
New Revision: 878
Modified:
trunk/src/jar/store-stringpool/java/org/mulgara/store/stringpool/SPTypedLiteralFactory.java
Log:
Updated getTypeURIs with generics to return a set of URI, and not just a set
Modified: trunk/src/jar/store-stringpool/java/org/mulgara/store/stringpool/SPTypedLiteralFactory.java
===================================================================
--- trunk/src/jar/store-stringpool/java/org/mulgara/store/stringpool/SPTypedLiteralFactory.java 2008-05-01 17:38:17 UTC (rev 877)
+++ trunk/src/jar/store-stringpool/java/org/mulgara/store/stringpool/SPTypedLiteralFactory.java 2008-05-01 17:40:50 UTC (rev 878)
@@ -63,7 +63,7 @@
* Returns a Set containing the type URIs of all primitive and built-in
* derrived types supported by this datatype handler.
*/
- public Set getTypeURIs();
+ public Set<URI> getTypeURIs();
public SPTypedLiteral newSPTypedLiteral(URI typeURI, String lexicalForm);
public SPTypedLiteral newSPTypedLiteral(int subtypeId, ByteBuffer data);
More information about the Mulgara-svn
mailing list