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

Commas missing from method initializer #174

Closed
rahul-malik opened this issue Mar 7, 2019 · 1 comment
Closed

Commas missing from method initializer #174

rahul-malik opened this issue Mar 7, 2019 · 1 comment

Comments

@rahul-malik
Copy link
Collaborator

I believe we need commas between height, url, widthand_bits` here.

    private Image(
        @Nullable Integer height
        @Nullable String url
        @Nullable Integer width
        int _bits
    ) {
        this.height = height;
        this.url = url;
        this.width = width;
        this._bits = _bits;
    }
@RicoYao
Copy link
Contributor

RicoYao commented Mar 8, 2019

#175

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants