javadoc fixes part 14 (ticket #1894)

This commit is contained in:
zzz
2017-01-27 03:14:34 +00:00
parent 112fa503e6
commit e0e06d73eb
17 changed files with 19 additions and 21 deletions

View File

@@ -161,7 +161,7 @@ class MagnetState {
/**
* @return true if this was the last piece
* @throws NPE, IllegalArgumentException, IOException, ...
* @throws NullPointerException IllegalArgumentException, IOException, ...
*/
public boolean saveChunk(int chunk, byte[] data, int off, int length) throws Exception {
if (!isInitialized)
@@ -185,7 +185,7 @@ class MagnetState {
/**
* @return true if this was the last piece
* @throws NPE, IllegalArgumentException, IOException, ...
* @throws NullPointerException IllegalArgumentException, IOException, ...
*/
private MetaInfo buildMetaInfo() throws Exception {
// top map has nothing in it but the info map (no announce)