You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/03/26 17:35:24 UTC

svn commit: r1461210 - /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java

Author: andy
Date: Tue Mar 26 16:35:23 2013
New Revision: 1461210

URL: http://svn.apache.org/r1461210
Log:
Remove unused comments and code.

Modified:
    jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java

Modified: jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java?rev=1461210&r1=1461209&r2=1461210&view=diff
==============================================================================
--- jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java (original)
+++ jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java Tue Mar 26 16:35:23 2013
@@ -223,26 +223,6 @@ public class DatasetGraphTDB extends Dat
 
     public StorageConfig getConfig()                       { return config ; }
     
-//    public String getConfigValue(String key)
-//    {
-//        if ( config == null )
-//            return null ;
-//        return config.properties.getProperty(key) ;
-//    }
-//    
-//    public int getConfigValueAsInt(String key, int dftValue)
-//    {
-//        if ( config == null )
-//            return dftValue ;
-//        return PropertyUtils.getPropertyAsInteger(config.properties, key, dftValue) ;
-//    }
-//
-    /**
-     * @deprecate  Use getReorderTransform
-     */
-    @Deprecated
-    public ReorderTransformation getTransform()     { return getReorderTransform() ; }
-    
     public ReorderTransformation getReorderTransform()     { return transform ; }
     
     public DatasetPrefixesTDB getPrefixes()       { return prefixes ; }