Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate TimeUnit2 #2892

Merged
merged 5 commits into from Sep 18, 2017
Merged

Deprecate TimeUnit2 #2892

merged 5 commits into from Sep 18, 2017

Commits on May 19, 2017

  1. Deprecate TimeUnit2

    java.util.concurrent.TimeUnit is preferrable now.
    
    Quoting Stephen:
    "Java 5 did not have all the units required. So TU2 was
    one that had better conversion. Can be deprecated once
    we upgrade to Java 6 ;-)"
    batmat committed May 19, 2017
    Copy the full SHA
    2c64d92 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Also restrict its usage

    batmat committed May 20, 2017
    Copy the full SHA
    c5bcefa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cde4041 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Downgrade restriction from DoNotUse to NoExternalUse

    There's a failure with accmod using DoNotUse. So taking the
    easy path here to move forward. This will already have the intended
    effect: clarify that TimeUnit2 is not to be used anymore.
    batmat committed Sep 17, 2017
    Copy the full SHA
    3823cbf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Add missing @link

    batmat committed Sep 18, 2017
    Copy the full SHA
    b22b02a View commit details
    Browse the repository at this point in the history