Commit 5becb8b1 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed formatting issue.

parent e06ef8e6
...@@ -61,7 +61,7 @@ RepositoryFileApi: ...@@ -61,7 +61,7 @@ RepositoryFileApi:
```java ```java
// Get info (name, size, ...) and the content ifrom a file in repository // Get info (name, size, ...) and the content ifrom a file in repository
RepositoryFile file = gitLabApi.getRepositoryFileApi().getFile("file-path", 1234, "ref"); RepositoryFile file = gitLabApi.getRepositoryFileApi().getFile("file-path", 1234, "ref");
``` ```
SessionApi: SessionApi:
```java ```java
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment