forked from I2P_Developers/i2p.i2p
lang fixups
This commit is contained in:
@ -64,7 +64,7 @@ public class NamedDB {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find objects in the array, returns it's index or throws exception
|
* Find objects in the array, returns its index or throws exception
|
||||||
* @param key
|
* @param key
|
||||||
* @return an objects index
|
* @return an objects index
|
||||||
* @throws ArrayIndexOutOfBoundsException when key does not exist
|
* @throws ArrayIndexOutOfBoundsException when key does not exist
|
||||||
|
@ -506,7 +506,7 @@ public class SummaryBarRenderer {
|
|||||||
.append("</td></tr>\n" +
|
.append("</td></tr>\n" +
|
||||||
|
|
||||||
"<tr title=\"")
|
"<tr title=\"")
|
||||||
.append(_("Tunnels we are participating in, directly contributing bandwith to the network"))
|
.append(_("Tunnels we are participating in, directly contributing bandwidth to the network"))
|
||||||
.append("\">" +
|
.append("\">" +
|
||||||
"<td align=\"left\"><b>")
|
"<td align=\"left\"><b>")
|
||||||
.append(_("Participating"))
|
.append(_("Participating"))
|
||||||
|
@ -68,7 +68,7 @@ class IterativeLookupJob extends JobImpl {
|
|||||||
}
|
}
|
||||||
RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(peer);
|
RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(peer);
|
||||||
if (ri == null) {
|
if (ri == null) {
|
||||||
// Take it on faith that it's ff to speed things up, we don't need the RI
|
// Take it on faith that its ff to speed things up, we don't need the RI
|
||||||
// to query it.
|
// to query it.
|
||||||
// Zero-hop outbound tunnel will be failed in ISJ.sendQuery()
|
// Zero-hop outbound tunnel will be failed in ISJ.sendQuery()
|
||||||
_search.newPeerToTry(peer);
|
_search.newPeerToTry(peer);
|
||||||
|
@ -77,7 +77,7 @@ import net.i2p.util.RandomSource;
|
|||||||
class NtpMessage {
|
class NtpMessage {
|
||||||
/**
|
/**
|
||||||
* This is a two-bit code warning of an impending leap second to be
|
* This is a two-bit code warning of an impending leap second to be
|
||||||
* inserted/deleted in the last minute of the current day. It's values
|
* inserted/deleted in the last minute of the current day. Its values
|
||||||
* may be as follows:
|
* may be as follows:
|
||||||
*
|
*
|
||||||
* Value Meaning
|
* Value Meaning
|
||||||
|
Reference in New Issue
Block a user