From 1456c954ba979729fe805437e39ecdcdd6969c79 Mon Sep 17 00:00:00 2001 From: VonUniGE <17067975+VonUniGE@users.noreply.github.com> Date: Wed, 3 Oct 2018 16:30:42 +0200 Subject: [PATCH] Correct default output directory in ManualRestDocumentation javadoc Closes gh-553 --- .../org/springframework/restdocs/ManualRestDocumentation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-restdocs-core/src/main/java/org/springframework/restdocs/ManualRestDocumentation.java b/spring-restdocs-core/src/main/java/org/springframework/restdocs/ManualRestDocumentation.java index e658d16b..66ddd08f 100644 --- a/spring-restdocs-core/src/main/java/org/springframework/restdocs/ManualRestDocumentation.java +++ b/spring-restdocs-core/src/main/java/org/springframework/restdocs/ManualRestDocumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ public final class ManualRestDocumentation implements RestDocumentationContextPr /** * Creates a new {@code ManualRestDocumentation} instance that will generate snippets - * to <gradle/maven build path>/generated-snippet. + * to <gradle/maven build path>/generated-snippets. */ public ManualRestDocumentation() { this(getDefaultOutputDirectory());