修改了错误的注释

master
ArgonarioD 2023-01-14 17:14:07 +08:00
parent 817746871a
commit 68dea0790f
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import java.lang.annotation.*;
@Target(ElementType.METHOD)
public @interface ProjectAuthorize {
/**
* pg1
* "p>0 && p<3"3
* ag1
* "a>0 && a<3"3
*/
String value();
}