You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/AutoConfigureRestDocs.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,15 @@
49
49
public @interface AutoConfigureRestDocs {
50
50
51
51
/**
52
-
* The output directory to which generated snippets will be written. A alias for
52
+
* The output directory to which generated snippets will be written. An alias for
53
53
* {@link #outputDir}.
54
54
* @return the output directory
55
55
*/
56
56
@AliasFor("outputDir")
57
57
Stringvalue() default"";
58
58
59
59
/**
60
-
* The output directory to which generated snippets will be written. A alias for
60
+
* The output directory to which generated snippets will be written. An alias for
0 commit comments