Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Sep 25, 2024
1 parent 0dbce02 commit 910a444
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/i2psnark/java/src/org/klomp/snark/MetaInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ public MetaInfo(String announce, String name, String name_utf8, List<List<String
* Will not change infohash.
* Retains creation date of old MetaInfo if nonzero.
*
* @parm new_announce may be null
* @parm new_announce_list may be null
* @parm new_comment may be null
* @parm new_created_by may be null
* @parm new_url_list may be null
* @param new_announce may be null
* @param new_announce_list may be null
* @param new_comment may be null
* @param new_created_by may be null
* @param new_url_list may be null
* @since 0.9.64
*/
public MetaInfo(MetaInfo old, String new_announce, List<List<String>> new_announce_list, String new_comment,
Expand Down

0 comments on commit 910a444

Please sign in to comment.