Skip to content

Static lists - minor refactoring#41

Merged
bramp merged 4 commits intobramp:progressfrom
stonio:patch-6
Jun 24, 2016
Merged

Static lists - minor refactoring#41
bramp merged 4 commits intobramp:progressfrom
stonio:patch-6

Conversation

@stonio
Copy link
Copy Markdown
Contributor

@stonio stonio commented Jun 23, 2016

No description provided.

@stonio stonio changed the title Codecs - minor refactoring Static list - minor refactoring Jun 23, 2016
@stonio stonio changed the title Static list - minor refactoring Static lists - minor refactoring Jun 23, 2016
public class Codecs {

public final static List<Codec> CODECS = new ImmutableList.Builder().add(
public final static List<Codec> CODECS = Arrays.asList(
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the list immutable

@bramp bramp merged commit 186a14e into bramp:progress Jun 24, 2016
@stonio stonio deleted the patch-6 branch June 24, 2016 08:10
bramp pushed a commit that referenced this pull request Jun 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants