summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/examples/java/bjc
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2016-03-30 11:18:18 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2016-03-30 11:18:18 -0400
commit32b1b46fcc855fffe6b0dddd10442a9a4f1544d2 (patch)
tree99e63ad0184925470dc00eb1e6495af5bc011dc0 /BJC-Utils2/src/examples/java/bjc
parent37b2f375d54d8826b83ec26369ebf0ff8d8dd5af (diff)
Moved interface back to the package it belongs in
Diffstat (limited to 'BJC-Utils2/src/examples/java/bjc')
-rw-r--r--BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java2
1 files changed, 1 insertions, 1 deletions
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.