Skip to content

Commit f3b4905

Browse files
committed
EnvCheck -> CheckEnv
1 parent 4b30231 commit f3b4905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/demonwav/mcdev/annotations/EnvCheck.java renamed to src/main/java/com/demonwav/mcdev/annotations/CheckEnv.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@Retention(RetentionPolicy.CLASS)
2929
@Target({ElementType.PACKAGE, ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
3030
@Documented
31-
public @interface EnvCheck {
31+
public @interface CheckEnv {
3232
/**
3333
* The environment in which this element should only be accessed.
3434
*/

0 commit comments

Comments
 (0)