Bug 955808 - Implement Android Firefox Account client that speaks "onepw" protocol. r=rnewman
This commit is contained in:
@@ -7,7 +7,7 @@ package org.mozilla.gecko.sync;
|
||||
public class NonArrayJSONException extends UnexpectedJSONException {
|
||||
private static final long serialVersionUID = 5582918057432365749L;
|
||||
|
||||
public NonArrayJSONException(Object object) {
|
||||
super(object);
|
||||
public NonArrayJSONException(String detailMessage) {
|
||||
super(detailMessage);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user