Closes gh-7552
This commit is contained in:
Johnny Lim
2016-12-02 10:40:54 +09:00
committed by Stephane Nicoll
parent 41f29aeccc
commit 6d1b752ffe
6 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ import java.io.IOException;
public interface LibraryCallback {
/**
* Callback to for a single library backed by a {@link File}.
* Callback for a single library backed by a {@link File}.
* @param library the library
* @throws IOException if the operation fails
*/