Repository: camel
Updated Branches:
  refs/heads/master 4941e7fac -> 072f89eeb


Fixed CS


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/072f89ee
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/072f89ee
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/072f89ee

Branch: refs/heads/master
Commit: 072f89eeb455bec080b249d9a5e36c9070206a18
Parents: a57a894
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon May 29 09:36:26 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon May 29 09:45:55 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/management/mbean/ManagedRoute.java   | 3 ++-
 .../org/apache/camel/management/mbean/StatisticCounter.java    | 6 +++---
 .../java/org/apache/camel/management/mbean/StatisticDelta.java | 6 +++---
 .../org/apache/camel/management/mbean/StatisticMaximum.java    | 6 +++---
 .../org/apache/camel/management/mbean/StatisticMinimum.java    | 6 +++---
 .../java/org/apache/camel/management/mbean/StatisticValue.java | 6 +++---
 6 files changed, 17 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/072f89ee/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java 
b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
index 93248b5..a977350 100644
--- 
a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
+++ 
b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedRoute.java
@@ -34,6 +34,8 @@ import javax.management.Query;
 import javax.management.QueryExp;
 import javax.management.StringValueExp;
 
+import org.w3c.dom.Document;
+
 import org.apache.camel.CamelContext;
 import org.apache.camel.ManagementStatisticsLevel;
 import org.apache.camel.Route;
@@ -52,7 +54,6 @@ import org.apache.camel.util.ObjectHelper;
 import org.apache.camel.util.XmlLineNumberParser;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.w3c.dom.Document;
 
 @ManagedResource(description = "Managed Route")
 public class ManagedRoute extends ManagedPerformanceCounter implements 
TimerListener, ManagedRouteMBean {

http://git-wip-us.apache.org/repos/asf/camel/blob/072f89ee/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticCounter.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticCounter.java
 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticCounter.java
index 814aa51..27620c7 100644
--- 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticCounter.java
+++ 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticCounter.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

http://git-wip-us.apache.org/repos/asf/camel/blob/072f89ee/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticDelta.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticDelta.java
 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticDelta.java
index 6038106..40b3747 100644
--- 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticDelta.java
+++ 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticDelta.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

http://git-wip-us.apache.org/repos/asf/camel/blob/072f89ee/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMaximum.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMaximum.java
 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMaximum.java
index 6649b9a..ad1b086 100644
--- 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMaximum.java
+++ 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMaximum.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

http://git-wip-us.apache.org/repos/asf/camel/blob/072f89ee/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMinimum.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMinimum.java
 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMinimum.java
index 0beccbc..ff4dd7c 100644
--- 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMinimum.java
+++ 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticMinimum.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

http://git-wip-us.apache.org/repos/asf/camel/blob/072f89ee/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticValue.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticValue.java
 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticValue.java
index 9cb7b48..c17cfe8 100644
--- 
a/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticValue.java
+++ 
b/camel-core/src/main/java/org/apache/camel/management/mbean/StatisticValue.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Reply via email to