Opened 12 years ago
Closed 12 years ago
#241 closed enhancement (fixed)
Internal proprietary API AxesWalker
Reported by: | mrusu | Owned by: | mrusu |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | petascope | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
When compiling petascope, the following message is shown:
src/main/java/petascope/wcs2/extensions/AbstractFormatExtension.java:24: warning: com.sun.org.apache.xpath.internal.axes.AxesWalker is internal proprietary API and may be removed in a future release
import com.sun.org.apache.xpath.internal.axes.AxesWalker;
I couldn't find anything that depends on it, so if nobody complains, I will remove it in a week.
Note:
See TracTickets
for help on using tickets.