I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d699eaae authored by zzz's avatar zzz
Browse files

change map class

parent 60e57ec2
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ public class BEValue
* values. This operation only succeeds when the BEValue is actually
* a Map, otherwise it will throw a InvalidBEncodingException.
*/
public Map<BEValue, BEValue> getMap() throws InvalidBEncodingException
public Map<String, BEValue> getMap() throws InvalidBEncodingException
{
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment