Skip to content

Commit 687c398

Browse files
committed
Fix merge-forward
1 parent 6f04c7b commit 687c398

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

gradle/docs.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,7 @@ asciidoctorj {
137137
sectnums: '',
138138
'source-highlighter': 'highlight.js',
139139
highlightjsdir: 'js/highlight',
140-
<<<<<<< HEAD
141-
'highlightjs-theme': 'googlecode',
142-
=======
143140
'highlightjs-theme': 'github', // 'googlecode',
144-
>>>>>>> 5.2.x
145141
stylesdir: 'css/',
146142
stylesheet: 'stylesheet.css',
147143
'spring-version': project.version

src/docs/asciidoc/testing.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8441,8 +8441,6 @@ Spring MVC Test's own tests include
84418441
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples[example
84428442
tests] of client-side REST tests.
84438443

8444-
include::testing/testing-webtestclient.adoc[leveloffset=+2]
8445-
84468444

84478445
[[testing-resources]]
84488446
== Further Resources

0 commit comments

Comments
 (0)