mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-30 02:57:37 +08:00
[Plugin] Fixed example code error
This commit is contained in:
parent
680a0c53c6
commit
925453ab4b
@ -19,7 +19,7 @@ public class ExamplePluginModule
|
||||
@Override
|
||||
public PluginType getType()
|
||||
{
|
||||
return PluginType.SOURCE;
|
||||
return PluginType.JDBC;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user