Fix the several typos detected by github.com/client9/misspell

This commit is contained in:
Kazuhiro Sera 2018-08-08 16:34:45 +09:00
parent f1951ce725
commit 4a04764f20
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public interface ZincBridgeProvider {
* Returns a global lock that does nothing but calling the callable to synchronize * Returns a global lock that does nothing but calling the callable to synchronize
* across threads. The lock file is used to resolve and download dependencies via ivy. * across threads. The lock file is used to resolve and download dependencies via ivy.
* <p> * <p>
* This operation is necesary to invoke {@link ZincBridgeProvider#getProvider(File, GlobalLock, ComponentProvider, IvyConfiguration, Logger)}. * This operation is necessary to invoke {@link ZincBridgeProvider#getProvider(File, GlobalLock, ComponentProvider, IvyConfiguration, Logger)}.
* *
* @return A default global lock. * @return A default global lock.
*/ */