Skip to content

Import progress information display issue #1

Description

@yanfanhu

Information will continue to be appended:

monitor.setMessage(monitor.getMessage() + " - Faltan <b>"
                        + StringUtils.formatDuration(estimatedRemaining) + "</b> (h:m:s)");

Can be changed to

monitor.setMessage("Faltan <b>"
                        + StringUtils.formatDuration(estimatedRemaining) + "</b> (h:m:s)");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions