[Plugin] Fixed example code error

This commit is contained in:
qianmoQ 2022-11-18 01:20:36 +08:00
parent 680a0c53c6
commit 925453ab4b

View File

@ -19,7 +19,7 @@ public class ExamplePluginModule
@Override
public PluginType getType()
{
return PluginType.SOURCE;
return PluginType.JDBC;
}
@Override