From 4a4ef9fae8735177da8b6eba4e42321124b7d082 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 15 Oct 2012 13:20:21 +0200 Subject: [PATCH] Fix typo --- .../src/main/java/org/sonar/api/utils/KeyValueFormat.java | 2 +- .../WEB-INF/app/views/encryption_configuration/index.html.erb | 2 +- 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. 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 @@ -

Secret key is registered. You can encrypt any property value with the following form :

+

Secret key is registered. You can encrypt any property value with the following form:

<%= form_remote_tag :url => {:action => 'encrypt'}, :update => {:success => 'encrypted_section', :failure => 'encryption_error'}, -- 2.39.5