forked from I2P_Developers/i2p.i2p
bump -10, javadoc typo
This commit is contained in:
@@ -65,7 +65,7 @@ public abstract class DatabaseEntry extends DataStructureImpl {
|
||||
|
||||
/**
|
||||
* A common interface to the timestamp of the two subclasses.
|
||||
* Identical to getEarliestLeaseData() in LeaseSet,
|
||||
* Identical to getEarliestLeaseDate() in LeaseSet,
|
||||
* and getPublished() in RouterInfo.
|
||||
* Note that for a LeaseSet this will be in the future,
|
||||
* and for a RouterInfo it will be in the past.
|
||||
|
||||
14
history.txt
14
history.txt
@@ -1,3 +1,17 @@
|
||||
2022-03-20 zzz
|
||||
* NetDB:
|
||||
- Refactor family validation
|
||||
- Remove duplicate store in FloodOnlyLookupMatchJob
|
||||
- Don't store an entry which is older
|
||||
|
||||
2022-03-18 zzz
|
||||
* Console: Fix rare IAE on destination sort
|
||||
* SSU2: Implement peer test state machine
|
||||
|
||||
2022-03-17 zzz
|
||||
* SSU: Peer Test refactor
|
||||
* SSU2: Relay and Peer Test WIP
|
||||
|
||||
2022-03-15 zzz
|
||||
* SSU2: Fixes
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Git";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 9;
|
||||
public final static long BUILD = 10;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user