Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/gora/pull/135#discussion_r222541609
  
    --- Diff: 
gora-core/src/main/java/org/apache/gora/store/DataStoreFactory.java ---
    @@ -251,6 +254,70 @@ D getDataStore( Class<D> dataStoreClass, Class<K> 
keyClass,
         }
       }
     
    +  /**
    +   * Instantiate a new {@link DataStore}. Uses default properties. Uses 
'null' schema.
    +   * 
    +   * @param dataStoreClass The datastore implementation class <i>as 
string</i>.
    --- End diff --
    
    Not required this is not a parameter


---

Reply via email to