Skip to content

Commit 70233af

Browse files
committed
Improve documentation for Workspace and Workspaces classes
1 parent 8771afc commit 70233af

File tree

4 files changed

+349
-103
lines changed

4 files changed

+349
-103
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/junit/JavacCompilerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
*
8383
* <p>Each configurer must have a public no-args constructor, and their package must be
8484
* open to this module if JPMS modules are in-use, for example:
85-
* <p>
85+
*
8686
* <pre><code>
8787
* module mytests {
8888
* requires io.github.ascopes.jct;

java-compiler-testing/src/main/java/io/github/ascopes/jct/workspaces/PathStrategy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
/**
2929
* Strategy to use for creating new test directories.
3030
*
31+
* <p>This is used to define whether to use a totally isolated in-memory file system,
32+
* or whether to use temporary directories on the default file system.
33+
*
3134
* @author Ashley Scopes
3235
* @since 0.0.1
3336
*/

0 commit comments

Comments
 (0)