We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daa847 commit a08a043Copy full SHA for a08a043
java-compiler-testing/src/main/java/io/github/ascopes/jct/workspaces/impl/AbstractManagedDirectory.java
@@ -43,7 +43,9 @@
43
* @author Ashley Scopes
44
* @since 0.0.1
45
*/
46
-public abstract class AbstractManagedDirectory implements ManagedDirectory {
+public abstract sealed class AbstractManagedDirectory
47
+ implements ManagedDirectory
48
+ permits RamDirectoryImpl, TempDirectoryImpl {
49
50
private final String name;
51
private final Path rootDirectory;
0 commit comments