mirror of
https://github.com/ChronosX88/KademliaDHT.git
synced 2024-11-21 17:52: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)
|
||||
{
|
||||
this(key, owner);
|
||||
this.type = type;
|
||||
this(key, type);
|
||||
this.ownerId = owner;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user