Skip to content

Commit 9713e3a

Browse files
committed
Update PermutationTestCases.java
1 parent a4bde13 commit 9713e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/cicirello/permutations/PermutationTestCases.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright 2018-2022 Vincent A. Cicirello, <https://www.cicirello.org/>.
2+
* JavaPermutationTools: A Java library for computation on permutations and sequences
3+
* Copyright 2005-2022 Vincent A. Cicirello, <https://www.cicirello.org/>.
34
*
45
* This file is part of JavaPermutationTools (https://jpt.cicirello.org/).
56
*
@@ -227,8 +228,7 @@ public void testPermutationSetFromArray() {
227228
);
228229
}
229230

230-
@Test
231-
public void testPermutationMechanicSet() {
231+
@Test @SuppressWarnings("deprecation") public void testPermutationMechanicSet() {
232232

233233
class MyMech extends Permutation.Mechanic {
234234
public void testSet(Permutation p, int[] a) {

0 commit comments

Comments
 (0)