[
https://issues.apache.org/jira/browse/GEODE-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-822:
----------------------------
Priority: Trivial (was: Major)
> Remove unused imports that cause build warnings
> -----------------------------------------------
>
> Key: GEODE-822
> URL: https://issues.apache.org/jira/browse/GEODE-822
> Project: Geode
> Issue Type: Bug
> Components: general
> Reporter: Kirk Lund
> Priority: Trivial
>
> Remove unused imports for anything causing a build warning. Ex:
> MemLRUEvictionControllerDUnitTest has an unused import of sun.misc.Unsafe
> which causes warnings during build.
> C:\dev\geode\gemfire-core\src\test\java\com\gemstone\gemfire\cache30\MemLRUEvictionControllerDUnitTest.java:22:
> warning: Unsafe is internal proprietary API and may be removed in a future
> release
> import sun.misc.Unsafe;
> ^
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)