Clean tests.

This commit is contained in:
Mikael Capelle
2018-03-15 08:25:43 +01:00
parent 7e079df22f
commit b8d73963a6
3 changed files with 2 additions and 55 deletions

View File

@@ -7,7 +7,7 @@
// ******************ERRORS********************************
// Throws RuntimeException for findMin and deleteMin when empty
package org.insa.algo.datastructures;
package org.insa.algo.utils;
import java.util.ArrayList;