SyntaxFix
Write A Post
Hire A Developer
Questions
Nothing seemed to work for me until I realized that my method was declared as public final instead of just public. The error was being caused by the final keyword. Removing it made the error go away.
public final
public
final