outbound nickname
This commit is contained in:
@@ -92,7 +92,7 @@ public class Core {
|
|||||||
i2pOptionsFile.withInputStream { i2pOptions.load(it) }
|
i2pOptionsFile.withInputStream { i2pOptions.load(it) }
|
||||||
} else {
|
} else {
|
||||||
i2pOptions["inbound.nickname"] = "MuWire"
|
i2pOptions["inbound.nickname"] = "MuWire"
|
||||||
i2pOptions["oubtound.nickname"] = "MuWire"
|
i2pOptions["outbound.nickname"] = "MuWire"
|
||||||
i2pOptions["inbound.length"] = "3"
|
i2pOptions["inbound.length"] = "3"
|
||||||
i2pOptions["inbound.quantity"] = "2"
|
i2pOptions["inbound.quantity"] = "2"
|
||||||
i2pOptions["outbound.length"] = "3"
|
i2pOptions["outbound.length"] = "3"
|
||||||
|
|||||||
@@ -44,11 +44,15 @@ class SearchIndex {
|
|||||||
if (rv == null) {
|
if (rv == null) {
|
||||||
rv = forWord
|
rv = forWord
|
||||||
} else {
|
} else {
|
||||||
|
System.out.println("before retention $rv")
|
||||||
rv.retainAll(forWord)
|
rv.retainAll(forWord)
|
||||||
|
System.out.println("after retention")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
System.out.println("rv is $rv")
|
||||||
|
|
||||||
if (rv != null)
|
if (rv != null)
|
||||||
return rv.asList()
|
return rv.asList()
|
||||||
[]
|
[]
|
||||||
|
|||||||
Reference in New Issue
Block a user