Skip to content

Commit e5dc32c

Browse files
committed
Eclipse reordering of imports.
1 parent 9215abd commit e5dc32c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/java/org/gitlab4j/api/UserApi.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
package org.gitlab4j.api;
22

3-
import org.gitlab4j.api.GitLabApi.ApiVersion;
4-
import org.gitlab4j.api.models.SshKey;
5-
import org.gitlab4j.api.models.User;
3+
import java.util.List;
64

75
import javax.ws.rs.core.Form;
86
import javax.ws.rs.core.GenericType;
97
import javax.ws.rs.core.Response;
10-
import java.util.List;
8+
9+
import org.gitlab4j.api.GitLabApi.ApiVersion;
10+
import org.gitlab4j.api.models.SshKey;
11+
import org.gitlab4j.api.models.User;
1112

1213
/**
1314
* This class provides an entry point to all the GitLab API users calls.

0 commit comments

Comments
 (0)