Skip to content

Commit

Permalink
fixup! chore: Apply Bitbucket SAAS Oauth flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig committed Jul 25, 2022
1 parent 942e979 commit fe609cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@
import org.eclipse.che.api.workspace.shared.dto.ProjectConfigDto;
import org.eclipse.che.api.workspace.shared.dto.devfile.ProjectDto;

/**
* Provides Factory Parameters resolver for bitbucket repositories.
*
* @author Florent Benoit
*/
/** Provides Factory Parameters resolver for bitbucket repositories. */
@Singleton
public class BitbucketFactoryParametersResolver extends DefaultFactoryParameterResolver {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
import org.eclipse.che.api.workspace.shared.dto.SourceStorageDto;
import org.eclipse.che.api.workspace.shared.dto.devfile.SourceDto;

/**
* Create {@link ProjectConfigDto} object from objects
*
* @author Florent Benoit
*/
/** Create {@link ProjectConfigDto} object from objects */
@Singleton
public class BitbucketSourceStorageBuilder {

Expand Down

0 comments on commit fe609cb

Please sign in to comment.