首页 > 其他分享 >Mutable fields should not be "public static"

Mutable fields should not be "public static"

时间:2022-12-18 19:23:20浏览次数:36  
标签:customerName fields should static Mutable public

https://stackoverflow.com/questions/53764748/mutable-fields-should-not-be-public-static

 

protected static List<String> COLUMN_NAMES = Collections.unmodifiableList(Arrays.asList("date","customerNumber","customerName",
        "account","emailAdress","mobilePhoneNumber","emailStatus"));

标签:customerName,fields,should,static,Mutable,public
From: https://www.cnblogs.com/diyunpeng/p/16990793.html

相关文章