We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bde13 commit 9713e3aCopy full SHA for 9713e3a
src/test/java/org/cicirello/permutations/PermutationTestCases.java
@@ -1,5 +1,6 @@
1
/*
2
- * Copyright 2018-2022 Vincent A. Cicirello, <https://www.cicirello.org/>.
+ * JavaPermutationTools: A Java library for computation on permutations and sequences
3
+ * Copyright 2005-2022 Vincent A. Cicirello, <https://www.cicirello.org/>.
4
*
5
* This file is part of JavaPermutationTools (https://jpt.cicirello.org/).
6
@@ -227,8 +228,7 @@ public void testPermutationSetFromArray() {
227
228
);
229
}
230
- @Test
231
- public void testPermutationMechanicSet() {
+ @Test @SuppressWarnings("deprecation") public void testPermutationMechanicSet() {
232
233
class MyMech extends Permutation.Mechanic {
234
public void testSet(Permutation p, int[] a) {
0 commit comments