File tree 2 files changed +5
-2
lines changed
spring-restdocs-core/src/main/java/org/springframework/restdocs/payload
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ configure(publishedCodeProjects) { subproject ->
155
155
options. links = javadocLinks
156
156
options. addStringOption ' -quiet'
157
157
options. encoding = ' UTF-8'
158
+ options. source = ' 1.8'
158
159
}
159
160
160
161
task sourcesJar(type : Jar ) {
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ private PayloadDocumentation() {
68
68
*
69
69
* The following paths are all present:
70
70
*
71
- * <table summary="Paths and their values">
71
+ * <table>
72
+ * <caption>Paths that are present and their values</caption>
72
73
* <tr>
73
74
* <th>Path</th>
74
75
* <th>Value</th>
@@ -132,7 +133,8 @@ public static FieldDescriptor fieldWithPath(String path) {
132
133
*
133
134
* The following paths are all present:
134
135
*
135
- * <table summary="Paths and their values">
136
+ * <table>
137
+ * <caption>Paths that are present and their values</caption>
136
138
* <tr>
137
139
* <th>Path</th>
138
140
* <th>Value</th>
You can’t perform that action at this time.
0 commit comments