You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2013/06/28 21:23:18 UTC

[3/3] git commit: Fix checkstyle errors

Fix checkstyle errors


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

Branch: refs/heads/master
Commit: 6c0c2c1709e3fec18d61e1f84caecf2910814580
Parents: 3ec23b5
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Fri Jun 28 16:42:15 2013 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Fri Jun 28 16:42:15 2013 -0230

----------------------------------------------------------------------
 .../yammer/YammerComponentTestSupport.java         | 17 +++++++++++++++++
 .../yammer/YammerConsumerMessageLimitTest.java     |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6c0c2c17/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerComponentTestSupport.java
----------------------------------------------------------------------
diff --git a/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerComponentTestSupport.java b/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerComponentTestSupport.java
index b0813e3..39dce59 100644
--- a/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerComponentTestSupport.java
+++ b/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerComponentTestSupport.java
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * 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
+ *
+ *      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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.camel.component.yammer;
 
 import java.io.InputStream;

http://git-wip-us.apache.org/repos/asf/camel/blob/6c0c2c17/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerConsumerMessageLimitTest.java
----------------------------------------------------------------------
diff --git a/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerConsumerMessageLimitTest.java b/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerConsumerMessageLimitTest.java
index 3aeed4c..f014d17 100644
--- a/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerConsumerMessageLimitTest.java
+++ b/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerConsumerMessageLimitTest.java
@@ -1,4 +1,3 @@
-package org.apache.camel.component.yammer;
 /**
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -15,6 +14,7 @@ package org.apache.camel.component.yammer;
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.camel.component.yammer;
 
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;