typo in javadocs

This commit is contained in:
Noble Paul 2016-11-30 18:47:52 +05:30
parent 70b358960d
commit 44cce6bc4c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public interface PushWriter extends Closeable {
void writeMap(MapWriter mw) throws IOException;
/**Write an array. The array is opened at the beginning of this method
* and closed at the end. All array entries must be returned before this
* and closed at the end. All array entries must be written before this
* method returns
*
*/