From 32b1b46fcc855fffe6b0dddd10442a9a4f1544d2 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 30 Mar 2016 11:18:18 -0400 Subject: Moved interface back to the package it belongs in --- BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BJC-Utils2/src/examples') diff --git a/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java b/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java index b8a8ef9..6492ade 100644 --- a/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java +++ b/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java @@ -2,8 +2,8 @@ package bjc.utils.examples; import java.util.Scanner; -import bjc.utils.funcdata.ITreePart.TreeLinearizationMethod; import bjc.utils.funcdata.bst.BinarySearchTree; +import bjc.utils.funcdata.bst.ITreePart.TreeLinearizationMethod; /** * Example showing how to use the binary search tree. -- cgit v1.2.3