Mutable fields should not be "public static"

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"));
posted @ 2022-12-18 19:10  规格严格-功夫到家  阅读(364)  评论(0编辑  收藏  举报