Skip to content

Commit

Permalink
[修改]修正几个注释
Browse files Browse the repository at this point in the history
  • Loading branch information
wangziguang committed Oct 8, 2020
1 parent 045d58b commit de86530
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static List<IDClassInfo> getModuleClass(){
private static int checkIndexTimeFormat(int indexTime){
// todo 可考虑以后在编译器进行校验
if(String.valueOf(indexTime).length() != 8){
throw new IllegalArgumentException("Invalid format of IndexTime in annotation Entry :" + indexTime);
throw new IllegalArgumentException("Invalid format of IndexTime in annotation IDModule :" + indexTime);
}
return indexTime;
}
Expand Down Expand Up @@ -172,7 +172,7 @@ public static List<IDClassInfo> getRootClassInfo(){
}

/**
* 构建出该类下添加CreateListPage注解的方法对应的类信息,用于显示一个新的list页面。
* 构建出该类下添加IDAction注解的方法对应的类信息,用于显示一个新的list页面。
* todo 暂时共用类信息及list页面,目前看来还没啥问题,但或许用单独的方法信息标识这种入口合理一点
* @return
*/
Expand Down

0 comments on commit de86530

Please sign in to comment.