diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-31 11:20:57 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-01 14:13:02 +0100 |
commit | 20c92719ea0f92fc75f501989532c9331780f654 (patch) | |
tree | e9f59ab79e87efb63693e86e5de0c46af972ba8d /sonar-core | |
parent | 6cf8d48fe9ffbe43299c4d774336866f12a43138 (diff) | |
download | sonarqube-20c92719ea0f92fc75f501989532c9331780f654.tar.gz sonarqube-20c92719ea0f92fc75f501989532c9331780f654.zip |
SONAR-8625 Sanitize WebServiceEngine
Remove some useless bundle usage
Replace some checks by Preconditions#checkArgument
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index d59e8913194..822ce59ee01 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -220,7 +220,6 @@ check_project=Check project coding_rules=Rules click_to_add_to_favorites=Click to add to favorites click_to_remove_from_favorites=Click to remove from favorites -error_occurred=An error has occurred. Please contact your administrator. contact_admin=Please contact your administrator. created_by=Created by deactivate_all=Deactivate all |