Commit e5dc32c4 authored by Greg Messner's avatar Greg Messner
Browse files

Eclipse reordering of imports.

parent 9215abdf
package org.gitlab4j.api; package org.gitlab4j.api;
import org.gitlab4j.api.GitLabApi.ApiVersion; import java.util.List;
import org.gitlab4j.api.models.SshKey;
import org.gitlab4j.api.models.User;
import javax.ws.rs.core.Form; import javax.ws.rs.core.Form;
import javax.ws.rs.core.GenericType; import javax.ws.rs.core.GenericType;
import javax.ws.rs.core.Response; import javax.ws.rs.core.Response;
import java.util.List;
import org.gitlab4j.api.GitLabApi.ApiVersion;
import org.gitlab4j.api.models.SshKey;
import org.gitlab4j.api.models.User;
/** /**
* This class provides an entry point to all the GitLab API users calls. * This class provides an entry point to all the GitLab API users calls.
......
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