yahoo / imapnio

Java imap nio client that is designed to scale well for thousands of connections per machine and reduce contention when using large number of threads and cpus.
57 stars 50 forks source link

Remove unthrow exception and imports and typos #83

Closed alex-yxw closed 4 years ago

alex-yxw commented 4 years ago

Description

Fix typos. Remove unused exceptions and imports.

Motivation and Context

Reduce number of warnings and have better coding style.

How Has This Been Tested?

Use existing unit tests.

Screenshots (if appropriate):

Types of changes

Checklist:

alex-yxw commented 4 years ago

@nituyahoo