Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRand (0.03 sec)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/transfer/Slf4jMavenTransferListener.java

            Duration duration =
                    Duration.between(Instant.ofEpochMilli(resource.getTransferStartTime()), MonotonicClock.now());
            if ((duration.getSeconds() | duration.getNano()) > 0) { // duration.isPositive()
                long bytesPerSecond = Math.round(contentLength / (double) duration.toSeconds());
                message.append(" at ");
                format.format(message, bytesPerSecond);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Dec 12 11:02:17 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top