From: <tho...@us...> - 2014-02-24 12:49:10
|
Revision: 7879 http://sourceforge.net/p/bigdata/code/7879 Author: thompsonbry Date: 2014-02-24 12:49:05 +0000 (Mon, 24 Feb 2014) Log Message: ----------- javadoc edit. Modified Paths: -------------- branches/RDR/bigdata/src/java/com/bigdata/relation/accesspath/ThreadLocalBufferFactory.java Modified: branches/RDR/bigdata/src/java/com/bigdata/relation/accesspath/ThreadLocalBufferFactory.java =================================================================== --- branches/RDR/bigdata/src/java/com/bigdata/relation/accesspath/ThreadLocalBufferFactory.java 2014-02-24 01:52:13 UTC (rev 7878) +++ branches/RDR/bigdata/src/java/com/bigdata/relation/accesspath/ThreadLocalBufferFactory.java 2014-02-24 12:49:05 UTC (rev 7879) @@ -37,7 +37,7 @@ /** * A factory pattern for per-thread objects whose life cycle is tied to some - * container. . The pool can be torn down when the container is torn down, which + * container. The pool can be torn down when the container is torn down, which * prevents its thread-local references from escaping. * <p> * Note: This implementation uses a true thread local buffers managed by a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |