forked from I2P_Developers/i2p.i2p
change map class
This commit is contained in:
@ -157,7 +157,7 @@ public class BEValue
|
|||||||
* values. This operation only succeeds when the BEValue is actually
|
* values. This operation only succeeds when the BEValue is actually
|
||||||
* a Map, otherwise it will throw a InvalidBEncodingException.
|
* a Map, otherwise it will throw a InvalidBEncodingException.
|
||||||
*/
|
*/
|
||||||
public Map<BEValue, BEValue> getMap() throws InvalidBEncodingException
|
public Map<String, BEValue> getMap() throws InvalidBEncodingException
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user