mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove old constructor without the migratedFromId
param
This commit is contained in:
parent
925ebc2133
commit
709cb0887c
2 changed files with 2 additions and 11 deletions
|
@ -52,16 +52,6 @@ public class GetDocResult extends Result {
|
|||
this.migratedFromID = migratedFromID;
|
||||
}
|
||||
|
||||
public GetDocResult(
|
||||
JsonElement error,
|
||||
int versionID,
|
||||
String createdAt,
|
||||
String email,
|
||||
String name
|
||||
) {
|
||||
this(error, versionID, createdAt, email, name, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public JsonElement toJson() {
|
||||
JsonObject jsonThis = new JsonObject();
|
||||
|
|
|
@ -48,7 +48,8 @@ public class SnapshotAPIState {
|
|||
243,
|
||||
"2014-11-30T18:40:58Z",
|
||||
"jdleesmiller+1@gmail.com",
|
||||
"John+1"
|
||||
"John+1",
|
||||
null
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue