File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-restdocs-core/src/main/java/org/springframework/restdocs/payload Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ org.gradle.caching=true
4
4
org.gradle.jvmargs =-Xmx2g -Dfile.encoding =UTF-8
5
5
org.gradle.parallel =true
6
6
7
- javaFormatVersion =0.0.41
7
+ javaFormatVersion =0.0.43
8
8
jmustacheVersion =1.15
9
9
springFrameworkVersion =6.1.13
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2014-2023 the original author or authors.
2
+ * Copyright 2014-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.
@@ -153,7 +153,7 @@ enum PathType {
153
153
/**
154
154
* The path identifies multiple items in the payload.
155
155
*/
156
- MULTI ;
156
+ MULTI
157
157
158
158
}
159
159
You can’t perform that action at this time.
0 commit comments