mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix typo in HttpRange error message
Closes gh-36590 Signed-off-by: xxxxxxjun <ryuu.public@gmail.com>
This commit is contained in:
@@ -249,7 +249,7 @@ public abstract class HttpRange {
|
||||
}
|
||||
if (lastBytePos != null && lastBytePos < firstBytePos) {
|
||||
throw new IllegalArgumentException("firstBytePosition=" + firstBytePos +
|
||||
" should be less then or equal to lastBytePosition=" + lastBytePos);
|
||||
" should be less than or equal to lastBytePosition=" + lastBytePos);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user