DiskWriterPlugin constructor missing parameter. I was using the download configuration on a website. I fixed the attached code by adding the unknown parameter to the constructor. I don't have the log message anymore.
Updated DiskWriterPlugin.java
Logged In: YES user_id=1093368
I experienced the same as you ,I add a constructor which containes two parameter
Fixed in upcoming 1.0 release. Plugins can now have any of four constructors:
() (PropertySet config) (String name) (String name, PropertySet config)
Log in to post a comment.
Updated DiskWriterPlugin.java
Logged In: YES
user_id=1093368
I experienced the same as you ,I add a constructor which
containes two parameter
Fixed in upcoming 1.0 release. Plugins can now have any of four constructors:
()
(PropertySet config)
(String name)
(String name, PropertySet config)
Last edit: EJP 2021-07-15