From: <tho...@us...> - 2011-06-02 13:37:05
|
Revision: 4603 http://bigdata.svn.sourceforge.net/bigdata/?rev=4603&view=rev Author: thompsonbry Date: 2011-06-02 13:36:59 +0000 (Thu, 02 Jun 2011) Log Message: ----------- javadoc Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/BigdataSail.java Modified: branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/BigdataSail.java =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/BigdataSail.java 2011-06-02 13:19:58 UTC (rev 4602) +++ branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/BigdataSail.java 2011-06-02 13:36:59 UTC (rev 4603) @@ -1450,14 +1450,20 @@ return queryEngine; } - + /** * Inner class implements the {@link SailConnection}. Some additional * functionality is available on this class, including * {@link #computeClosure()}. * - * @author <a href="mailto:tho...@us...">Bryan Thompson</a> - * @version $Id$ + * @author <a href="mailto:tho...@us...">Bryan + * Thompson</a> + * + * TODO This should be made into a static class. As it is, there is + * a possibility for subtle errors introduced by inheritence of + * variables from the {@link BigdataSail}. For example, this was + * causing a problem with the {@link #close()} method on this class + * and on the classes derived from this class. */ public class BigdataSailConnection implements NotifyingSailConnection { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |