]> source.dussan.org Git - sonarqube.git/commitdiff
Fix typo
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 15 Oct 2012 11:20:21 +0000 (13:20 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 15 Oct 2012 11:20:32 +0000 (13:20 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java
sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb

index 0f6ebd7103c2a13b17907ffcf8a74ad25cc77882..4b413525d63bf76cfe96b58e88292ca13d71d9bb 100644 (file)
@@ -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
index 8c479ad480a2b8936728b06ab11e804eaa3c0991..1924163a8fa763bc1b5422613b974f7572f5969e 100644 (file)
@@ -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'},