Skip to content

Commit 2fc8e02

Browse files
authored
Add missing "since" to Container#getInnerPathRoot
Signed-off-by: ascopes <[email protected]>
1 parent fc91e96 commit 2fc8e02

File tree

1 file changed

+2
-0
lines changed
  • java-compiler-testing/src/main/java/io/github/ascopes/jct/containers

1 file changed

+2
-0
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/containers/Container.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ public interface Container extends Closeable {
103103
* an accurate handle to the inner root directory.
104104
*
105105
* @return the path root.
106+
* @since 0.0.6
106107
*/
108+
@API(since = "0.0.6", status = Status.STABLE)
107109
PathRoot getInnerPathRoot();
108110

109111
/**

0 commit comments

Comments
 (0)