Skip to content

Commit

Permalink
Address the suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thevakumar-Luheerathan committed Aug 15, 2023
1 parent 60b1bb0 commit b2596d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ EXAMPLES
$ bal pull wso2/gmail:1.1.0

Pull the '1.1.0' version of the 'gmail' connector in the 'wso2'
organization from wso2 custom repository.
organization from the github package repository defined in the Settings.toml file.
$ bal pull wso2/gmail:1.1.0 --repository=wso2
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ public enum ProjectDiagnosticErrorCode implements DiagnosticCode {
MISSING_PKG_INFO_IN_BALLERINA_TOML("BCE5006", "missing.package.info"),
DEPRECATED_PACKAGE("BCE5007", "deprecated.package"),
BUILT_WITH_OLDER_SL_UPDATE_DISTRIBUTION("BCE5008", "built.with.older.sl.update.distribution"),
CUSTOM_REPOSITORY_NOT_FOUND("BCE5009", "custom.repository.not.found"),
MODULE_NOT_FOUND("BCE5100", "module.not.found"),
UNSUPPORTED_COMPILER_PLUGIN_TYPE("BCE5200", "unsupported.compiler.plugin.type"),
CONFLICTING_PLATFORM_JAR_FILES("BCE5300", "conflicting.platform.jars.type"),
CUSTOM_REPOSITORY_NOT_FOUND("BCE5009", "custom.repository.not.found"),
;

private final String diagnosticId;
Expand Down

0 comments on commit b2596d5

Please sign in to comment.