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

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

javadoc fixes

parent c2e39687
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ class PartialPiece implements Comparable { ...@@ -198,7 +198,7 @@ class PartialPiece implements Comparable {
* Caller must synchronize on out and seek to starting point. * Caller must synchronize on out and seek to starting point.
* Caller must call release() when done with the whole piece. * Caller must call release() when done with the whole piece.
* *
* @param start offset in the output file * @param out stream to write to
* @param offset offset in the piece * @param offset offset in the piece
* @param len length to write * @param len length to write
* @since 0.9.1 * @since 0.9.1
......
...@@ -96,7 +96,6 @@ interface PeerListener ...@@ -96,7 +96,6 @@ interface PeerListener
* *
* @param peer the Peer that got the piece. * @param peer the Peer that got the piece.
* @param piece the piece received. * @param piece the piece received.
* @param bs the byte array containing the piece.
* *
* @return true when the bytes represent the piece, false otherwise. * @return true when the bytes represent the piece, false otherwise.
*/ */
......
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