Skip to content

Commit 3020256

Browse files
committed
chore(threading): @BypassTessReplacement marked as stable for 4.4.0
1 parent c31e267 commit 3020256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/falsepattern/falsetweaks/api/threading/BypassTessReplacement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* Marks this class as "knowing what it's doing" touching the {@link Tessellator#instance} field directly and doesn't touch it.
3737
*/
38-
@ApiStatus.Experimental
38+
@ApiStatus.AvailableSince("4.4.0")
3939
@Target(ElementType.TYPE)
4040
@Retention(RetentionPolicy.CLASS)
4141
public @interface BypassTessReplacement {

0 commit comments

Comments
 (0)