diff --git a/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/impl/AbstractJctCompiler.java b/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/impl/AbstractJctCompiler.java index 976df52ca..142ab41e8 100644 --- a/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/impl/AbstractJctCompiler.java +++ b/java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/impl/AbstractJctCompiler.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package io.github.ascopes.jct.compilers.impl; +package io.github.ascopes.jct.compilers; import static io.github.ascopes.jct.utils.IterableUtils.requireNonNullValues; import static java.util.Objects.requireNonNull; @@ -53,7 +53,7 @@ * @author Ashley Scopes * @since 0.0.1 */ -@API(since = "0.0.1", status = Status.INTERNAL) +@API(since = "0.0.1", status = Status.EXPERIMENTAL) public abstract class AbstractJctCompiler> implements JctCompiler {