mirror of
https://github.com/ChronosX88/KademliaDHT.git
synced 2024-11-22 02:02:21 +00:00
Fixed a bug in the getParameter where the owner variable was never being set if a certain constructor is called
This commit is contained in:
parent
8501740bc5
commit
0bcbab0f03
@ -40,8 +40,8 @@ public class GetParameter
|
|||||||
*/
|
*/
|
||||||
public GetParameter(KademliaId key, String type, String owner)
|
public GetParameter(KademliaId key, String type, String owner)
|
||||||
{
|
{
|
||||||
this(key, owner);
|
this(key, type);
|
||||||
this.type = type;
|
this.ownerId = owner;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user