I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6d53838e authored by zzz's avatar zzz
Browse files

javadoc clarification

parent ec3fd9a7
No related branches found
No related tags found
No related merge requests found
...@@ -872,7 +872,7 @@ public class Snark ...@@ -872,7 +872,7 @@ public class Snark
} }
/** /**
* Bytes still wanted. DOES account for skipped files. * Bytes still wanted. DOES account for (i.e. does not include) skipped files.
* FIXME -1 when not running. * FIXME -1 when not running.
* @return exact value. or -1 if no storage yet or when not running. * @return exact value. or -1 if no storage yet or when not running.
* @since 0.9.1 * @since 0.9.1
...@@ -885,7 +885,7 @@ public class Snark ...@@ -885,7 +885,7 @@ public class Snark
} }
/** /**
* Does not account for skipped files. * Does not account (i.e. includes) for skipped files.
* @return number of pieces still needed (magnet mode or not), or -1 if unknown * @return number of pieces still needed (magnet mode or not), or -1 if unknown
* @since 0.8.4 * @since 0.8.4
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment