Skip to content

Commit c86f294

Browse files
committed
Merge pull request #553 from VonUniGE
* gh-553: Correct default output directory in ManualRestDocumentation javadoc
2 parents fbe33f0 + 1456c95 commit c86f294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-restdocs-core/src/main/java/org/springframework/restdocs/ManualRestDocumentation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2016 the original author or authors.
2+
* Copyright 2014-2018 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.
@@ -37,7 +37,7 @@ public final class ManualRestDocumentation implements RestDocumentationContextPr
3737

3838
/**
3939
* Creates a new {@code ManualRestDocumentation} instance that will generate snippets
40-
* to <gradle/maven build path>/generated-snippet.
40+
* to <gradle/maven build path>/generated-snippets.
4141
*/
4242
public ManualRestDocumentation() {
4343
this(getDefaultOutputDirectory());

0 commit comments

Comments
 (0)