Skip to content

Commit

Permalink
spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
YangYumings committed Nov 25, 2024
1 parent 6b2bf3e commit 53f0734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public Boolean call() {

// register
try {
// When the return value is non-empty, the registerSchema is successful.
// When the return value is not null, the registerSchema is successful.
result = (null != dbWrapper.registerSchema(deviceSchemas));
} catch (TsdbException e) {
LOGGER.error("Register {} schema failed because ", config.getNET_DEVICE(), e);
Expand Down

0 comments on commit 53f0734

Please sign in to comment.