mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Merge branch '7.0.x'
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ plugins {
|
||||
id 'com.github.bjornvester.xjc' version '1.8.2' apply false
|
||||
id 'com.gradleup.shadow' version "9.2.2" apply false
|
||||
id 'me.champeau.jmh' version '0.7.2' apply false
|
||||
id 'io.spring.nullability' version '0.0.11' apply false
|
||||
id 'io.spring.nullability' version '0.0.14' apply false
|
||||
}
|
||||
|
||||
ext {
|
||||
|
||||
@@ -345,7 +345,7 @@ public abstract class UriComponents implements Serializable {
|
||||
*/
|
||||
private static class VarArgsTemplateVariables implements UriTemplateVariables {
|
||||
|
||||
private final Iterator<Object> valueIterator;
|
||||
private final Iterator<@Nullable Object> valueIterator;
|
||||
|
||||
public VarArgsTemplateVariables(@Nullable Object... uriVariableValues) {
|
||||
this.valueIterator = Arrays.asList(uriVariableValues).iterator();
|
||||
|
||||
Reference in New Issue
Block a user