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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 779e963  Fix Google Storage VFS description
     new 3025c65  Merge pull request #695 from nadment/GS2
779e963 is described below

commit 779e9636d9b1e14227cd59a9254624e161dccbef
Author: nadment <[email protected]>
AuthorDate: Tue Mar 23 19:14:28 2021 +0100

    Fix Google Storage VFS description
---
 .../src/main/java/org/apache/hop/vfs/gs/GoogleStorageVfsPlugin.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugins/tech/google/src/main/java/org/apache/hop/vfs/gs/GoogleStorageVfsPlugin.java
 
b/plugins/tech/google/src/main/java/org/apache/hop/vfs/gs/GoogleStorageVfsPlugin.java
index c665d4e..9892175 100644
--- 
a/plugins/tech/google/src/main/java/org/apache/hop/vfs/gs/GoogleStorageVfsPlugin.java
+++ 
b/plugins/tech/google/src/main/java/org/apache/hop/vfs/gs/GoogleStorageVfsPlugin.java
@@ -21,7 +21,7 @@ import org.apache.commons.vfs2.provider.FileProvider;
 import org.apache.hop.core.vfs.plugin.IVfs;
 import org.apache.hop.core.vfs.plugin.VfsPlugin;
 
-@VfsPlugin(type = "gs", typeDescription = "Google Drive VFS")
+@VfsPlugin(type = "gs", typeDescription = "Google Storage VFS")
 public class GoogleStorageVfsPlugin implements IVfs {
   @Override
   public String[] getUrlSchemes() {

Reply via email to