mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '7.0.x'
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