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

I receive errors when compiling #414

Open
pablopy opened this issue Apr 28, 2018 · 2 comments
Open

I receive errors when compiling #414

pablopy opened this issue Apr 28, 2018 · 2 comments

Comments

@pablopy
Copy link

pablopy commented Apr 28, 2018

Hi, I'm getting some errors, I'd appreciate if you help me correct them in the files:
Accounts.java 2 errors
error: method does not override or implement a method from a supertype
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); }
error: cannot find symbol method setBatchPath(String)
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); }
Categories.java 2 errors
error: method does not override or implement a method from a supertype
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); }
error: cannot find symbol method setBatchPath(String)
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); }
Currencies.java 1 error
error: cannot find symbol method setBatchPath(String)
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); }
Tags.java 1 error
error: cannot find symbol method setBatchPath(String)
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); }
Transactions.java 1 error
error: cannot find symbol method setBatchPath(String)
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); }
Users.java 1 error
error: cannot find symbol method setBatchPath(String)
@Override public Builder setBatchPath(String batchPath) { return (Builder) super.setBatchPath(batchPath); } ![error](https://user-images.githubusercontent.com/5083182/39397892-65f16332-4ad4-11e8-83ec-2f9d7c7f1500.jpg)

@oowais
Copy link

oowais commented Dec 20, 2018

Duplicate of #413

@sshevlyagin
Copy link

sshevlyagin commented Feb 14, 2020

Potential solution on stackoverflow

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

No branches or pull requests

3 participants