Hi All, I've reverted the trivial change I made to the codebase and committed @ revision 1195940 in trunk.
I apologise for this, it was a lapse of concentration. I thought things had moved on further than they have. Again apologies Lewis On Mon, Oct 31, 2011 at 11:33 PM, Enis Söztutar <[email protected]> wrote: > Lewis, GORA-56 is not committed yet, why did you remove the javadoc? The > patch already does remove it. > > Enis > > On Mon, Oct 31, 2011 at 8:01 AM, <[email protected]> wrote: > > > Author: lewismc > > Date: Mon Oct 31 15:01:20 2011 > > New Revision: 1195499 > > > > URL: http://svn.apache.org/viewvc?rev=1195499&view=rev > > Log: > > removal of HBaseStore thread-safe comment in HBaseStore.java > > > > Modified: > > > > > > incubator/gora/trunk/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java > > > > Modified: > > > incubator/gora/trunk/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java > > URL: > > > http://svn.apache.org/viewvc/incubator/gora/trunk/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java?rev=1195499&r1=1195498&r2=1195499&view=diff > > > > > ============================================================================== > > --- > > > incubator/gora/trunk/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java > > (original) > > +++ > > > incubator/gora/trunk/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java > > Mon Oct 31 15:01:20 2011 > > @@ -76,7 +76,6 @@ import org.jdom.input.SAXBuilder; > > /** > > * DataStore for HBase. > > * > > - * <p> Note: HBaseStore is not yet thread-safe. > > */ > > public class HBaseStore<K, T extends Persistent> extends > DataStoreBase<K, > > T> > > implements Configurable { > > > > > > > -- *Lewis*
