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

Cachefu classes don't compile with Java 1.5 #42

Open
shawnlauzon opened this issue Jul 6, 2011 · 1 comment
Open

Cachefu classes don't compile with Java 1.5 #42

shawnlauzon opened this issue Jul 6, 2011 · 1 comment

Comments

@shawnlauzon
Copy link

The existing POM file depends on 1.5. However, the cachefu classes use the @OverRide functionality on interface implementations, which are only allowed in 1.6.

This can be fixed either by depending on Java 1.6 or removing the @OverRide annotations. Personally I like using @OverRide on interface implementations, but I don't know if there's a reason it's built for 1.5.

@mttkay
Copy link
Owner

mttkay commented Jul 12, 2011

yeah good point, source compatibility should be set to 1.6.

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

2 participants