Skip to content

Commit

Permalink
Merge pull request #30 from WeBankBlockchain/dev_1.7.1
Browse files Browse the repository at this point in the history
Dev 1.7.1
  • Loading branch information
dalaocu authored Mar 24, 2021
2 parents ddee508 + 04316a1 commit d95a924
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ExportDataSDK {
* @return the executor
* @throws ConfigException
*/
public static DataExportExecutor create(ExportDataSource dataSource, ChainInfo chainInfo) throws ConfigException {
public static DataExportExecutor create(ExportDataSource dataSource, ChainInfo chainInfo) throws Exception {
return DataExportService.create(dataSource,chainInfo, new ExportConfig());
}

Expand All @@ -32,7 +32,7 @@ public static DataExportExecutor create(ExportDataSource dataSource, ChainInfo c
* @return the executor
* @throws ConfigException
*/
public static DataExportExecutor create(ExportDataSource dataSource, ChainInfo chainInfo, ExportConfig config) throws ConfigException {
public static DataExportExecutor create(ExportDataSource dataSource, ChainInfo chainInfo, ExportConfig config) throws Exception {
return DataExportService.create(dataSource,chainInfo,config);
}

Expand Down

0 comments on commit d95a924

Please sign in to comment.