File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-restdocs-core/src/main/java/org/springframework/restdocs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 ());
You can’t perform that action at this time.
0 commit comments