You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ while (projectsPager.hasNext())) {
95
95
```
96
96
---
97
97
## Java 8 Optional<T> Support
98
-
GitLab4J-API supports Java 8 Optional<T> for API calls that result in the return of a single item. Here are a couple of examples on how to use the Java 8 Optional<T> API calls:
98
+
GitLab4J-API supports Java 8 Optional<T> for API calls that result in the return of a single item. Here is an example on how to use the Java 8 Optional<T> API calls:
0 commit comments