change map class

This commit is contained in:
zzz
2010-12-17 21:50:14 +00:00
parent 60e57ec29e
commit d699eaaec9

View File

@ -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
{