File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mrj-0.1/src/cn/edu/neu/mitt/mrj/reasoner/owl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ public void setup(Context context) throws IOException {
9595 Set <Integer > filters = new HashSet <Integer >();
9696 filters .add (TriplesUtils .SCHEMA_TRIPLE_SUBPROPERTY );
9797 //modified 2015/5/31
98- // db.loadSetIntoMemory(subpropSchemaTriples, filters, -1);
98+ db .loadSetIntoMemory (subpropSchemaTriples , filters , -1 );
9999 }
100100
101101 if (subclassSchemaTriples == null ) {
102102 subclassSchemaTriples = new HashSet <Long >();
103103 Set <Integer > filters = new HashSet <Integer >();
104104 filters .add (TriplesUtils .SCHEMA_TRIPLE_SUBCLASS );
105105 //modified 2015/5/31
106- // db.loadSetIntoMemory(subclassSchemaTriples, filters, -1);
106+ db .loadSetIntoMemory (subclassSchemaTriples , filters , -1 );
107107 }
108108 db .CassandraDBClose ();
109109 //modified 2015/5/31
You can’t perform that action at this time.
0 commit comments