Skip to content

Commit 694f28e

Browse files
committed
Upgrade to Spring Java Format 0.0.43
1 parent e40fa5e commit 694f28e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ org.gradle.caching=true
44
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
55
org.gradle.parallel=true
66

7-
javaFormatVersion=0.0.41
7+
javaFormatVersion=0.0.43
88
jmustacheVersion=1.15
99
springFrameworkVersion=6.1.13

spring-restdocs-core/src/main/java/org/springframework/restdocs/payload/JsonFieldPath.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 the original author or authors.
2+
* Copyright 2014-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -153,7 +153,7 @@ enum PathType {
153153
/**
154154
* The path identifies multiple items in the payload.
155155
*/
156-
MULTI;
156+
MULTI
157157

158158
}
159159

0 commit comments

Comments
 (0)