mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -27,6 +27,10 @@ import java.util.Map;
|
||||
* @author Tom Xin
|
||||
*/
|
||||
public abstract class AnsiLabMapping {
|
||||
|
||||
/**
|
||||
* ANSI颜色和Lab颜色对应表
|
||||
*/
|
||||
protected Map<AnsiElement, LabColor> ansiLabMap;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user