更新 ColorNameEnum注释
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -42,4 +42,5 @@ build/
|
||||
/target
|
||||
/.idea
|
||||
/.mvn
|
||||
/build_release
|
||||
/build_release
|
||||
/upload/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package top.gtb520.java.gnu.java.utils.library.utils.print;
|
||||
|
||||
// 颜色名称枚举
|
||||
public enum ColorNameEnum {
|
||||
RED, GREEN, YELLOW, BLUE, PURPLE, CYAN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user