Skip to content

Commit

Permalink
fix: remove lint triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jun 3, 2024
1 parent 911edc2 commit 4272fe7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static InputStream openStaticResource(String path) {
return WebServiceUtils.class.getClassLoader().getResourceAsStream(path);
}

@NotNull//triger check
public static DBPDataSourceContainer createConnectionFromConfig(WebConnectionConfig config, DBPDataSourceRegistry registry) throws DBWebException {//triger check
@NotNull
public static DBPDataSourceContainer createConnectionFromConfig(WebConnectionConfig config, DBPDataSourceRegistry registry) throws DBWebException {
DBPDataSourceContainer newDataSource;
if (!CommonUtils.isEmpty(config.getTemplateId())) {
DBPDataSourceContainer tpl = registry.getDataSource(config.getTemplateId());
Expand Down

0 comments on commit 4272fe7

Please sign in to comment.