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 b20543e commit a9613a1Copy full SHA for a9613a1
src/java/org/tensorics/core/util/Maybe.java
@@ -80,7 +80,7 @@ public static <T> Maybe<T> ofValue(T value) {
80
* successful execution with no result (e.g. a void function). Note that ONLY Maybe<Void> is allowed to carry a null
81
* value.
82
*
83
- * @return the successful Maybe<Void> object
+ * @return the successful Maybe<Void> object
84
*/
85
public static Maybe<Void> ofVoid() {
86
return new Maybe<>();
0 commit comments