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 83b29c8  HOP-2347 Fix regression ValueMetaPluginType
     new 3f681be  Merge pull request #489 from nadment/HOP-2347
83b29c8 is described below

commit 83b29c871c7127341f7419c6bf40658a7fed81e4
Author: nadment <[email protected]>
AuthorDate: Wed Dec 23 19:55:42 2020 +0100

    HOP-2347 Fix regression ValueMetaPluginType
---
 .../main/java/org/apache/hop/core/row/value/ValueMetaPluginType.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/hop/core/row/value/ValueMetaPluginType.java 
b/core/src/main/java/org/apache/hop/core/row/value/ValueMetaPluginType.java
index a4f6aea..b71251a 100644
--- a/core/src/main/java/org/apache/hop/core/row/value/ValueMetaPluginType.java
+++ b/core/src/main/java/org/apache/hop/core/row/value/ValueMetaPluginType.java
@@ -76,7 +76,7 @@ public class ValueMetaPluginType extends 
BasePluginType<ValueMetaPlugin> impleme
 
   @Override
   protected String extractImageFile( ValueMetaPlugin annotation ) {
-    return null;
+    return annotation.image();
   }
 
   @Override

Reply via email to