Skip to content

Commit

Permalink
Remove no longer needed @ApiStatus.Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
FourteenBrush committed Jun 20, 2024
1 parent 9b5e7e0 commit 9066ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public static ExecutionEnv empty() {
/**
* @return a {@link ExecutionEnv} populated with all default symbols.
*/
@ApiStatus.Experimental
public static ExecutionEnv defaulted() {
// delegate to BuiltinSymbols to not clutter up this class
return BuiltinSymbols.createExecutionEnv();
Expand Down
2 changes: 1 addition & 1 deletion distribution/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>MathExpressionParser</artifactId>
<groupId>me.fourteendoggo</groupId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>distribution</artifactId>
Expand Down

0 comments on commit 9066ba0

Please sign in to comment.