From: <tho...@us...> - 2010-12-01 19:22:16
|
Revision: 3989 http://bigdata.svn.sourceforge.net/bigdata/?rev=3989&view=rev Author: thompsonbry Date: 2010-12-01 19:22:10 +0000 (Wed, 01 Dec 2010) Log Message: ----------- Marked some things as final Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata/src/java/com/bigdata/btree/ChildIterator.java Modified: branches/QUADS_QUERY_BRANCH/bigdata/src/java/com/bigdata/btree/ChildIterator.java =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata/src/java/com/bigdata/btree/ChildIterator.java 2010-11-30 16:12:58 UTC (rev 3988) +++ branches/QUADS_QUERY_BRANCH/bigdata/src/java/com/bigdata/btree/ChildIterator.java 2010-12-01 19:22:10 UTC (rev 3989) @@ -73,7 +73,7 @@ * @exception IllegalArgumentException * if fromKey is given and is greater than toKey. */ - public ChildIterator(Node node, byte[] fromKey, byte[] toKey) { + public ChildIterator(final Node node, final byte[] fromKey, final byte[] toKey) { assert node != null; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |