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 8b74af1 commit 8e0c54eCopy full SHA for 8e0c54e
core/src/main/java/pl/project13/core/GitDataProvider.java
@@ -292,7 +292,7 @@ public static <T> SupplierEx<T> memoize(SupplierEx<T> delegate) {
292
* </pre>
293
* The "userinfo" part is declared in the same section allowing the following pattern:
294
* <pre>
295
- * userinfo = *( unreserved | escaped | ";" | ":" | "&" | "=" | "+" | "$" | "," )
+ * userinfo = *( unreserved | escaped | ";" | ":" | "&" | "=" | "+" | "$" | "," )
296
297
* The "unreserved" part is declared in section "2.3. Unreserved Characters" as the following:
298
0 commit comments