Skip to content

Commit 837e1ab

Browse files
authored
Corrected example for NotesApi.
1 parent 7cd9f26 commit 837e1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ List<Namespace> namespaces = gitLabApi.getNamespaceApi().findNamespaces("foobar"
171171

172172
### NotesApi
173173
```java
174-
// Get a list of the issues's notes for project ID 1234, issue ID 1
175-
List<Note> notes = getNotes(Integer 1234, Integer 1);
174+
// Get a list of the issues's notes for project ID 1234, issue IID 1
175+
List<Note> notes = getNotes(1234, 1);
176176
```
177177

178178
### PipelineApi

0 commit comments

Comments
 (0)