From: <tho...@us...> - 2013-11-20 14:22:42
|
Revision: 7571 http://bigdata.svn.sourceforge.net/bigdata/?rev=7571&view=rev Author: thompsonbry Date: 2013-11-20 14:22:34 +0000 (Wed, 20 Nov 2013) Log Message: ----------- in fact, one of these is the shallow copy constructor. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/constraint/AND.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/constraint/AND.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/constraint/AND.java 2013-11-20 13:38:47 UTC (rev 7570) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/constraint/AND.java 2013-11-20 14:22:34 UTC (rev 7571) @@ -47,7 +47,7 @@ } /** - * Constructor required for {@link com.bigdata.bop.BOpUtility#deepCopy(FilterNode)}. + * Shallow copy constructor (required). */ public AND(final BOp[] args, final Map<String, Object> anns) { super(args, anns); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |