File tree 2 files changed +4
-4
lines changed
spring-core/src/main/java/org/springframework/util/unit
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
import org .springframework .util .StringUtils ;
26
26
27
27
/**
28
- * A data size, such as '12MB'.
29
- *
30
- * <p>This class models data size in terms of bytes and is immutable and thread-safe.
28
+ * A data size, such as '12MB'. This class models data size in terms of
29
+ * bytes and is immutable and thread-safe.
31
30
*
32
31
* <p>The terms and units used in this class are based on
33
32
* <a href="https://en.wikipedia.org/wiki/Binary_prefix">binary prefixes</a>
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2019 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -81,6 +81,7 @@ DataSize size() {
81
81
return this .size ;
82
82
}
83
83
84
+
84
85
/**
85
86
* Return the {@link DataUnit} matching the specified {@code suffix}.
86
87
* @param suffix one of the standard suffixes
You can’t perform that action at this time.
0 commit comments