Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove ChainedIdGenerator. #8123

Merged
merged 2 commits into from
Aug 19, 2020
Merged

Remove ChainedIdGenerator. #8123

merged 2 commits into from
Aug 19, 2020

Commits on Aug 19, 2020

  1. Remove ChainedIdGenerator.

    It's just a thin wrapper around two ID gens to make `get_current_token`
    and `get_next` return tuples. This can easily be replaced by calling the
    appropriate methods on the underlying ID gens directly.
    erikjohnston committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    1867d43 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    69e0d42 View commit details
    Browse the repository at this point in the history