[
https://issues.apache.org/jira/browse/GEODE-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15111113#comment-15111113
]
ASF subversion and git services commented on GEODE-822:
-------------------------------------------------------
Commit d6a9ac10226df9e10256acac83683f4d2c1405e4 in incubator-geode's branch
refs/heads/feature/GEODE-715 from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=d6a9ac1 ]
GEODE-822: Remove unused imports that cause build warnings
> 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)