commit | 15dd1cd18ae7c815d90672a1acb312fc4ddfb45c | [log] [tgz] |
---|---|---|
author | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Thu Jun 02 03:16:39 2011 +0000 |
committer | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Thu Jun 02 03:16:39 2011 +0000 |
tree | 35bbd52c429fd16a3804a730d34a173152941e74 | |
parent | e3a54f5509c3576e17453a4f7efa63b21039a976 [diff] |
Minor change to allow building r tree with more dimensions git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_indexes@476 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/frames/NSMRTreeFrameFactory.java b/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/frames/NSMRTreeFrameFactory.java index 56875b7..d224f0c 100644 --- a/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/frames/NSMRTreeFrameFactory.java +++ b/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/frames/NSMRTreeFrameFactory.java
@@ -1,18 +1,3 @@ -/* - * Copyright 2009-2010 by The Regents of the University of California - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * you may obtain a copy of the License from - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package edu.uci.ics.hyracks.storage.am.rtree.frames; import edu.uci.ics.hyracks.storage.am.common.api.ITreeIndexTupleWriterFactory;
diff --git a/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/impls/RTree.java b/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/impls/RTree.java index 0c6fb24..1c9c32a 100644 --- a/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/impls/RTree.java +++ b/hyracks-storage-am-rtree/src/main/java/edu/uci/ics/hyracks/storage/am/rtree/impls/RTree.java
@@ -76,7 +76,6 @@ public void incrementReadLatchesReleased() { readLatchesReleased.incrementAndGet(); - ; } public void incrementWriteLatchesAcquired() {