This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 280b386ed33dc982e44bbdc783da7cb8ce6e7659
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Oct 14 08:49:17 2019 +0200

    Fixed CS
---
 .../camel/component/salesforce/api/utils/SecurityUtils.java       | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/utils/SecurityUtils.java
 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/utils/SecurityUtils.java
index 5a449e5..936e323 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/utils/SecurityUtils.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/utils/SecurityUtils.java
@@ -14,14 +14,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.camel.component.salesforce.api.utils;
 
+import java.util.Arrays;
+
 import org.eclipse.jetty.util.ssl.SslContextFactory;
 
-import java.util.Arrays;
+public final class SecurityUtils {
 
-public class SecurityUtils {
+    private SecurityUtils() {
+    }
 
     public static void adaptToIBMCipherNames(final SslContextFactory 
sslContextFactory) {
         //jetty client adds into excluded cipher suites all ciphers starting 
with SSL_

Reply via email to