Repository: camel Updated Branches: refs/heads/master 24dd79f01 -> d04c83c86
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d04c83c8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d04c83c8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d04c83c8 Branch: refs/heads/master Commit: d04c83c867b0f38cb886fc567974a652b9b1e197 Parents: 0af3992 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Dec 5 11:09:17 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Dec 5 11:09:35 2015 +0100 ---------------------------------------------------------------------- camel-core/src/main/java/org/apache/camel/CamelContext.java | 4 ++-- .../org/apache/camel/impl/DefaultMessageHistoryFactory.java | 6 +++--- .../main/java/org/apache/camel/spi/MessageHistoryFactory.java | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d04c83c8/camel-core/src/main/java/org/apache/camel/CamelContext.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/CamelContext.java b/camel-core/src/main/java/org/apache/camel/CamelContext.java index 501f6da..cb21071 100644 --- a/camel-core/src/main/java/org/apache/camel/CamelContext.java +++ b/camel-core/src/main/java/org/apache/camel/CamelContext.java @@ -1384,14 +1384,14 @@ public interface CamelContext extends SuspendableService, RuntimeConfiguration { * * @return the factory */ - public MessageHistoryFactory getMessageHistoryFactory(); + MessageHistoryFactory getMessageHistoryFactory(); /** * Sets a custom {@link org.apache.camel.spi.MessageHistoryFactory} * * @param messageHistoryFactory the custom factory */ - public void setMessageHistoryFactory(MessageHistoryFactory messageHistoryFactory); + void setMessageHistoryFactory(MessageHistoryFactory messageHistoryFactory); /** * Gets the current {@link Debugger} http://git-wip-us.apache.org/repos/asf/camel/blob/d04c83c8/camel-core/src/main/java/org/apache/camel/impl/DefaultMessageHistoryFactory.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/impl/DefaultMessageHistoryFactory.java b/camel-core/src/main/java/org/apache/camel/impl/DefaultMessageHistoryFactory.java index 42ffeec..89c2f40 100644 --- a/camel-core/src/main/java/org/apache/camel/impl/DefaultMessageHistoryFactory.java +++ b/camel-core/src/main/java/org/apache/camel/impl/DefaultMessageHistoryFactory.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/d04c83c8/camel-core/src/main/java/org/apache/camel/spi/MessageHistoryFactory.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/spi/MessageHistoryFactory.java b/camel-core/src/main/java/org/apache/camel/spi/MessageHistoryFactory.java index e8020c8..977ff56 100644 --- a/camel-core/src/main/java/org/apache/camel/spi/MessageHistoryFactory.java +++ b/camel-core/src/main/java/org/apache/camel/spi/MessageHistoryFactory.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.