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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 98a0926680 NIFI-11439 Corrected Checkstyle violation on GCS Property
98a0926680 is described below

commit 98a0926680ea05a92b37fc9024d57fafdb6f65bb
Author: Paul Grey <[email protected]>
AuthorDate: Thu Apr 13 13:53:25 2023 -0400

    NIFI-11439 Corrected Checkstyle violation on GCS Property
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit cd685671c8981114d5215513991df170e556062b)
---
 .../org/apache/nifi/processors/gcp/storage/AbstractGCSProcessor.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/AbstractGCSProcessor.java
 
b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/AbstractGCSProcessor.java
index bbfaa7e966..ad2c248cb5 100644
--- 
a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/AbstractGCSProcessor.java
+++ 
b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/AbstractGCSProcessor.java
@@ -73,7 +73,8 @@ public abstract class AbstractGCSProcessor extends 
AbstractGCPProcessor<Storage,
     public static final PropertyDescriptor STORAGE_API_URL = new 
PropertyDescriptor
             .Builder().name("storage-api-url")
             .displayName("Storage API URL")
-            .description("Overrides the default storage URL. Configuring an 
alternative Storage API URL also overrides the HTTP Host header on requests as 
described in the Google documentation for Private Service Connections.")
+            .description("Overrides the default storage URL. Configuring an 
alternative Storage API URL also overrides the "
+                    + "HTTP Host header on requests as described in the Google 
documentation for Private Service Connections.")
             .addValidator(StandardValidators.URL_VALIDATOR)
             
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
             .required(false)

Reply via email to