this.processedPrimitives = new HashSet<>();
}
protected MaxChangesetSizeExceededPolicy askMaxChangesetSizeExceedsPolicy() {
ButtonSpec[] specs = new ButtonSpec[] {
new ButtonSpec(
tr("Continue uploading"),
ImageProvider.get("upload"),
tr("Click to continue uploading to additional new changesets"),
null /* no specific help text */
),
new ButtonSpec(
tr("Go back to Upload Dialog"),
ImageProvider.get("dialogs", "uploadproperties"),
tr("Click to return to the Upload Dialog"),
null /* no specific help text */
),
new ButtonSpec(
tr("Abort"),
ImageProvider.get("cancel"),
tr("Click to abort uploading"),
null /* no specific help text */
)