Talent-Catalog / talentcatalog

https://tctalent.org
GNU Affero General Public License v3.0
9 stars 4 forks source link

Update SystemAdmin to remove pending deprecation. #1108

Open ajt001 opened 5 days ago

ajt001 commented 5 days ago

As a developer I want to update the SystemAdmin class So that I do not have a future issue where the currently used API is deleted.


SystemAdminApi.java:2003: warning: [removal] Long(long) in Long has been deprecated and **marked for removal**
        if (val != null) return new Long(val);
                                ^