This commit is contained in:
Jesse Boyd 2018-01-10 11:26:11 +11:00
parent bb7b1cb736
commit e6ea640d21
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ public abstract class FaweChangeSet implements ChangeSet {
builder.allowedRegionsEverywhere();
}
EditSession editSession = builder.build();
editSession.setSize(1);
return editSession;
}