updates after review

This commit is contained in:
zzz
2011-03-01 13:37:40 +00:00
parent bb8736f2cd
commit 7b29481124
6 changed files with 9 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ class MagnetState {
}
/**
* @param call this for a new magnet when you have the size
* Call this for a new magnet when you have the size
* @throws IllegalArgumentException
*/
public void initialize(int size) {
@@ -77,7 +77,7 @@ class MagnetState {
}
/**
* @param Call this for a new magnet when the download is complete.
* Call this for a new magnet when the download is complete.
* @throws IllegalArgumentException
*/
public void setMetaInfo(MetaInfo meta) {