mvarnagiris / financius

Personal expense manager
GNU General Public License v2.0
626 stars 254 forks source link

I receive errors when compiling #414

Open pablopy opened 6 years ago

pablopy commented 6 years ago

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 commented 5 years ago

Duplicate of #413

sshevlyagin commented 4 years ago

Potential solution on stackoverflow