Skip to content

Commit 69499b9

Browse files
committed
GH-644 - Remove deprecated configuration method on Documenter.
1 parent 8e7225b commit 69499b9

File tree

1 file changed

+0
-13
lines changed
  • spring-modulith-docs/src/main/java/org/springframework/modulith/docs

1 file changed

+0
-13
lines changed

spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Documenter.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -160,19 +160,6 @@ public Documenter(ApplicationModules modules, Options options) {
160160
this.cleared = false;
161161
}
162162

163-
/**
164-
* Customize the output folder to write the generated files to. Defaults to {@code spring-modulith-docs} in your build
165-
* systems build folder.
166-
*
167-
* @param outputFolder must not be {@literal null} or empty.
168-
* @return will never be {@literal null}.
169-
* @deprecated use {@link Documenter(ApplicationModules, String)} directly.
170-
*/
171-
@Deprecated(forRemoval = true)
172-
public Documenter withOutputFolder(String outputFolder) {
173-
return new Documenter(modules, outputFolder);
174-
}
175-
176163
/**
177164
* Writes all available documentation:
178165
* <ul>

0 commit comments

Comments
 (0)