Skip to content

Commit 5b9a373

Browse files
committed
refactored sequence distances
Moved utility classes for sequence distance into the same package as the distances, and made those utility classes package-private.
1 parent 1b29429 commit 5b9a373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/org/cicirello/sequences/PrimitiveValueTests.java renamed to tests/org/cicirello/sequences/distance/PrimitiveValueTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* along with JavaPermutationTools. If not, see <http://www.gnu.org/licenses/>.
2020
*
2121
*/
22-
package org.cicirello.sequences;
22+
package org.cicirello.sequences.distance;
2323

2424
import org.junit.*;
2525
import static org.junit.Assert.*;

tests/org/cicirello/sequences/SequenceTests.java renamed to tests/org/cicirello/sequences/distance/SequenceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* along with JavaPermutationTools. If not, see <http://www.gnu.org/licenses/>.
2020
*
2121
*/
22-
package org.cicirello.sequences;
22+
package org.cicirello.sequences.distance;
2323

2424
import org.junit.*;
2525
import static org.junit.Assert.*;

0 commit comments

Comments
 (0)