Merge pull request #553 from VonUniGE

* gh-553:
  Correct default output directory in ManualRestDocumentation javadoc
This commit is contained in:
Andy Wilkinson
2018-10-03 17:52:58 +01:00

View File

@@ -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());