This is an automated email from the ASF dual-hosted git repository.
acosentino 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 f18a3e3 Fixed CS for Camel-Google-BigQuery
f18a3e3 is described below
commit f18a3e31b17e5281816622c93435ac5caa84cbbd
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 11:00:57 2019 +0200
Fixed CS for Camel-Google-BigQuery
---
.../apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java | 2 +-
.../camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
index eab1743..dd95bcc 100644
---
a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
+++
b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
@@ -63,7 +63,7 @@ public class GoogleBigQueryEndpoint extends DefaultEndpoint {
throw new UnsupportedOperationException("Cannot consume from the
BigQuery endpoint: " + getEndpointUri());
}
-public GoogleBigQueryConfiguration getConfiguration() {
+ public GoogleBigQueryConfiguration getConfiguration() {
return configuration;
}
diff --git
a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
index f00973d..e899b4c 100644
---
a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
+++
b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
@@ -63,7 +63,7 @@ public class GoogleBigQuerySQLEndpoint extends
DefaultEndpoint {
throw new UnsupportedOperationException("Cannot consume from the
BigQuery endpoint: " + getEndpointUri());
}
-public GoogleBigQuerySQLConfiguration getConfiguration() {
+ public GoogleBigQuerySQLConfiguration getConfiguration() {
return configuration;
}