Author: reto
Date: Fri Jun 28 18:38:17 2013
New Revision: 1497873

URL: http://svn.apache.org/r1497873
Log:
STANBOL-1130: removed work-around

Modified:
    
stanbol/trunk/commons/web/rdfviewable-writer/src/main/java/org/apache/stanbol/commons/web/rdfviewable/writer/RecipesGraphProvider.java

Modified: 
stanbol/trunk/commons/web/rdfviewable-writer/src/main/java/org/apache/stanbol/commons/web/rdfviewable/writer/RecipesGraphProvider.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/commons/web/rdfviewable-writer/src/main/java/org/apache/stanbol/commons/web/rdfviewable/writer/RecipesGraphProvider.java?rev=1497873&r1=1497872&r2=1497873&view=diff
==============================================================================
--- 
stanbol/trunk/commons/web/rdfviewable-writer/src/main/java/org/apache/stanbol/commons/web/rdfviewable/writer/RecipesGraphProvider.java
 (original)
+++ 
stanbol/trunk/commons/web/rdfviewable-writer/src/main/java/org/apache/stanbol/commons/web/rdfviewable/writer/RecipesGraphProvider.java
 Fri Jun 28 18:38:17 2013
@@ -56,8 +56,7 @@ public class RecipesGraphProvider implem
     
     @Activate
     protected void activate(BundleContext context) {
-        //Work around because of STANBOL-1130
-        recipesGraph = new SimpleMGraph();//new IndexedMGraph();
+        recipesGraph = new IndexedMGraph();
         context.addBundleListener(this);
         for (Bundle b : context.getBundles()) {
             if (b.getState() == Bundle.ACTIVE) {


Reply via email to