Skip to content

Commit d5cc46a

Browse files
committed
Fix root-node precision problems
1 parent 4d8810e commit d5cc46a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/java/org/tinspin/util/MinHeapTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*/package org.tinspin.util;
17+
*/
18+
package org.tinspin.util;
1819

1920
import org.junit.Test;
2021
import org.tinspin.index.util.MinHeapI;

src/test/java/org/tinspin/util/MinMaxHeapTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*/package org.tinspin.util;
17+
*/
18+
package org.tinspin.util;
1819

1920
import static org.junit.Assert.*;
2021
import org.junit.Test;

0 commit comments

Comments
 (0)