You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/01/20 23:36:39 UTC

[jira] [Resolved] (GEODE-822) Remove unused imports that cause build warnings

     [ https://issues.apache.org/jira/browse/GEODE-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund resolved GEODE-822.
-----------------------------
    Resolution: Fixed

> 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
>            Assignee: 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)