Skip to content

Commit d9bae60

Browse files
author
Anatoliy Bazko
committed
fixup! CHE-127: Load repo button on import from Github takes too much time
1 parent 94538c7 commit d9bae60

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • plugins/plugin-github/che-plugin-github-ext-github/src/main/java/org/eclipse/che/ide/ext/github/client

plugins/plugin-github/che-plugin-github-ext-github/src/main/java/org/eclipse/che/ide/ext/github/client/GitHubClientService.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ void createPullRequest(@NotNull String user, @NotNull String repository, @NotNul
174174

175175
/**
176176
* Get the list of the organizations, where authorized user is a member.
177+
*
178+
* Use {@link #getOrganizations()}.
177179
*/
178180
@Deprecated
179181
void getOrganizations(@NotNull AsyncRequestCallback<List<String>> callback);
@@ -185,6 +187,8 @@ void createPullRequest(@NotNull String user, @NotNull String repository, @NotNul
185187

186188
/**
187189
* Get authorized user information.
190+
*
191+
* Use {@link #getUserInfo()}.
188192
*/
189193
@Deprecated
190194
void getUserInfo(@NotNull AsyncRequestCallback<GitHubUser> callback);

0 commit comments

Comments
 (0)