NOAA-PMEL / LAS

Live Access Server
https://ferret.pmel.noaa.gov/LAS/
The Unlicense
13 stars 5 forks source link

WebRowSetImpl #1776

Closed haze1986 closed 3 years ago

haze1986 commented 3 years ago

Hi All, I am getting the warnings when compiling. Could you please help to figure out which is wrong? Java, PyFerret, Ant or Tomcat causing the issue and how to fix?

compile: [javac] Compiling 475 source files to /home/chowjh/las.v8.6.13/WebContent/WEB-INF/classes [javac] /home/chowjh/las.v8.6.13/JavaSource/gov/noaa/pmel/tmap/las/jdom/LASBackendResponse.java:41: warning: WebRowSetImpl is internal proprietary API and may be removed in a future release [javac] import com.sun.rowset.WebRowSetImpl;

noaaroland commented 3 years ago

It's just a warning. There is nothing you need to fix. Everything will work fine as is. If at some point in the future the WebRowSet API is removed we will provide a replacement.