Bug 799734 - Implement generating BrowserID certificates and assertions. r=rnewman
This commit is contained in:
@@ -258,6 +258,11 @@ public class ExtendedJSONObject {
|
||||
map.put(key, value);
|
||||
}
|
||||
|
||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||
public void putAll(Map map) {
|
||||
this.object.putAll(map);
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove key-value pair from JSONObject.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user