allwefantasy / ServiceFramework

Java MVC framework, agile, fast, rich domain model, made especially for server side of mobile application (一个敏捷,快速,富领域模型的Java MVC 框架,专为 移动应用后端量身定做)
545 stars 255 forks source link

Change method name 'detect' to 'isANSIEnabled' #74

Open pdhung3012 opened 5 years ago

pdhung3012 commented 5 years ago

This class is used to represent ANSI. This method named 'detect' is to check if ANSI is supported by the current system. Thus, the method name 'isANSIEnabled' is more intuitive than 'detect'.