We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fed904 commit 5955384Copy full SHA for 5955384
src/java/org/tensorics/core/tensor/Positions.java
@@ -288,7 +288,7 @@ public static final Iterable<Position> cartesianProduct(Class<? extends Enum<?>>
288
289
/**
290
* Returns one position for each value of the given enum. Functionally, this is equivalent to
291
- * {@link #cartesianProduct(enumClass)}.
+ * {@link #cartesianProduct(Class...)} with only one class given.
292
*
293
* @param enumClass the class of the enum from which to take the values as coordinates
294
* @return an iterable of positions, containing the values oif the given enum class as (one-dimensional) positions.
0 commit comments