Skip to content

Commit c6309db

Browse files
committed
minor edit
1 parent a7b1418 commit c6309db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/org/cicirello/permutations/PermutationIterator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Vincent A. Cicirello, <https://www.cicirello.org/>.
2+
* Copyright 2018-2019 Vincent A. Cicirello, <https://www.cicirello.org/>.
33
*
44
* This file is part of JavaPermutationTools (https://jpt.cicirello.org/).
55
*
@@ -33,8 +33,8 @@
3333
* modify the returned Permutation without risk of interfering with the operation of the Iterator.
3434
*
3535
* @author <a href=https://www.cicirello.org/ target=_top>Vincent A. Cicirello</a>, <a href=https://www.cicirello.org/ target=_top>https://www.cicirello.org/</a>
36-
* @version 2.18.8.1
37-
* @since 2.0
36+
* @version 1.19.5.10
37+
* @since 1.2
3838
*/
3939
public class PermutationIterator implements Iterator<Permutation> {
4040

0 commit comments

Comments
 (0)