fix snark npe caused by last checkin

This commit is contained in:
zzz
2009-10-04 14:06:14 +00:00
parent d4f3952a90
commit 9b97d32ea8
4 changed files with 8 additions and 2 deletions

View File

@@ -334,6 +334,7 @@ public class I2PSnarkUtil {
return rv;
}
/** @param ot non-null */
public void setOpenTrackerString(String ot) {
_opts.put(PROP_OPENTRACKERS, ot);
}