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

Uid#createTypeUids to accept a collection of ids rather than a list #11263

Merged

Commits on May 21, 2015

  1. Internal: Uid#createTypeUids to accept a collection of ids rather tha…

    …n a list, plus rename method variants to avoid clashes
    
    The downside of having createTypeUids accept a list only is that if you do provide a collection nothing breaks at compile time, but you end up calling the same method that accepts an object as second argument. Renamed both methods to avoid clashes to `createUidsForTypesAndId` and `createUidsForTypesAndIds`. The latter accepts now a Collection of Objects rather than just a List.
    
    Closes elastic#11263
    javanna committed May 21, 2015
    Copy the full SHA
    5a0c456 View commit details
    Browse the repository at this point in the history