You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/09/28 13:28:49 UTC

[camel] branch master updated: Re-enable the formatting plugin

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b4d079  Re-enable the formatting plugin
1b4d079 is described below

commit 1b4d079f0154760fbf5c9a43bd5b9df397cec855
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Sep 28 15:28:13 2020 +0200

    Re-enable the formatting plugin
---
 core/camel-util/src/main/java/org/apache/camel/util/URISupport.java | 4 ++--
 core/pom.xml                                                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
index 3e1dbd8..7f1b1ee 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
@@ -118,8 +118,8 @@ public final class URISupport {
     /**
      * Extracts the query part of the given uri
      *
-     * @param uri the uri
-     * @return the query parameters or <tt>null</tt> if the uri has no query
+     * @param  uri the uri
+     * @return     the query parameters or <tt>null</tt> if the uri has no query
      */
     public static String extractQuery(String uri) {
         if (uri == null) {
diff --git a/core/pom.xml b/core/pom.xml
index 3c3c964..8231fc2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -182,10 +182,10 @@
                     </execution>
                 </executions>
             </plugin>
-<!--             <plugin>
+            <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-format-plugin</artifactId>
             </plugin>
- -->        </plugins>
+        </plugins>
     </build>
 </project>