Skip to content

Commit

Permalink
update commet in SystemPropertyUtil (#923)
Browse files Browse the repository at this point in the history
* update commet in SystemPropertyUtil

* format code style

---------

Co-authored-by: tynan.liu <tynan.liu@xinjifamily.com>
  • Loading branch information
shihuili1218 and tynan.liu authored Jan 28, 2023
1 parent 0bd432e commit 201ca8f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ public static long getLong(String key, long def) {
// ignored
}

LOG.warn("Unable to parse the long integer system property '{}':{} - using the default value: {}.", key, value,
def);
LOG.warn("Unable to parse the long system property '{}':{} - using the default value: {}.", key, value, def);

return def;
}
Expand Down

0 comments on commit 201ca8f

Please sign in to comment.