mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Add ConfigMemorySize.toString
This commit is contained in:
parent
5a2b0b7380
commit
2e43d9b21c
@ -32,6 +32,11 @@ public final class ConfigMemorySize {
|
||||
return bytes;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ConfigMemorySize(" + bytes + ")";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object other) {
|
||||
if (other instanceof ConfigMemorySize) {
|
||||
|
Loading…
Reference in New Issue
Block a user