summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-15 13:20:21 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-15 13:20:32 +0200
commit4a4ef9fae8735177da8b6eba4e42321124b7d082 (patch)
tree3e07d0ea03a87a368bb1439a41d8180aee3b2992
parent0d8f21868c0e23963b74181a73af6bea79424afd (diff)
downloadsonarqube-4a4ef9fae8735177da8b6eba4e42321124b7d082.tar.gz
sonarqube-4a4ef9fae8735177da8b6eba4e42321124b7d082.zip
Fix typo
-rw-r--r--sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java b/sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java
index 0f6ebd7103c..4b413525d63 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java
@@ -317,7 +317,7 @@ public final class KeyValueFormat {
}
/**
- * Transforms a string with the following format : "key1=value1;key2=value2..."
+ * Transforms a string with the following format: "key1=value1;key2=value2..."
* into a Map<KEY, VALUE>. Requires to implement the transform(key,value) method
*
* @param data the input string
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
index 8c479ad480a..1924163a8fa 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
@@ -13,7 +13,7 @@
<tbody>
<tr class="even">
<td style="padding: 10px">
- <p class="spacer-bottom">Secret key is registered. You can encrypt any property value with the following form :</p>
+ <p class="spacer-bottom">Secret key is registered. You can encrypt any property value with the following form:</p>
<%= form_remote_tag :url => {:action => 'encrypt'},
:update => {:success => 'encrypted_section', :failure => 'encryption_error'},