Skip to content

Commit 8e0c54e

Browse files
author
TheSnoozer
committed
escape & to fix javadoc generation
1 parent 8b74af1 commit 8e0c54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/pl/project13/core/GitDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public static <T> SupplierEx<T> memoize(SupplierEx<T> delegate) {
292292
* </pre>
293293
* The "userinfo" part is declared in the same section allowing the following pattern:
294294
* <pre>
295-
* userinfo = *( unreserved | escaped | ";" | ":" | "&" | "=" | "+" | "$" | "," )
295+
* userinfo = *( unreserved | escaped | ";" | ":" | "&amp;" | "=" | "+" | "$" | "," )
296296
* </pre>
297297
* The "unreserved" part is declared in section "2.3. Unreserved Characters" as the following:
298298
* <pre>

0 commit comments

Comments
 (0)