Skip to content

Commit 4d1161c

Browse files
committed
doc update
1 parent af6d777 commit 4d1161c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/cicirello/permutations/Permutation.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ public final class Permutation implements Serializable, Iterable<Permutation>, C
4444

4545
private static final long serialVersionUID = 1L;
4646

47+
/**
48+
* Raw permutation, which should consist of a permutation of the integers in [0, permutation.length).
49+
*/
4750
private final int[] permutation;
4851

4952
/**

0 commit comments

Comments
 (0)