Fixed one javadoc problem in snark.

This patch completes the javadoc fixups. Additions are pending.
This commit is contained in:
sponge
2008-10-13 03:18:44 +00:00
parent e103f33c29
commit c4030f8dab

View File

@@ -59,7 +59,6 @@ public interface StorageListener
/** Reset the peer's wanted pieces table /** Reset the peer's wanted pieces table
* Call after the storage double-check fails * Call after the storage double-check fails
* *
* @param peer the peer
*/ */
void setWantedPieces(Storage storage); void setWantedPieces(Storage storage);
} }