Skip to content

Commit a9613a1

Browse files
committed
more javadoc escaping
1 parent b20543e commit a9613a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/tensorics/core/util/Maybe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static <T> Maybe<T> ofValue(T value) {
8080
* successful execution with no result (e.g. a void function). Note that ONLY Maybe&lt;Void&gt; is allowed to carry a null
8181
* value.
8282
*
83-
* @return the successful Maybe<Void> object
83+
* @return the successful Maybe&lt;Void&gt; object
8484
*/
8585
public static Maybe<Void> ofVoid() {
8686
return new Maybe<>();

0 commit comments

Comments
 (0)