wouterhardeman / play2-maven-plugin

Automatically exported from code.google.com/p/play2-maven-plugin
0 stars 0 forks source link

Upgrade Java version compliance from 1.5 to 1.6 #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reasons:
1. Java 1.5 is outdated.
2. I want to use @Override annotation for methods inherited from interfaces.

Original issue reported on code.google.com by gslowiko...@gmail.com on 2 Apr 2014 at 1:28

GoogleCodeExporter commented 8 years ago
Implemented in http://code.google.com/p/play2-maven-plugin/source/detail?r=360.

New 1.0.0-alpha6-SNAPSHOT snapshot deployed.

Original comment by gslowiko...@gmail.com on 3 Apr 2014 at 1:42

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/play2-maven-plugin/source/detail?r=375 - @Override 
annotation added in all places it was missing.

Original comment by gslowiko...@gmail.com on 3 Apr 2014 at 3:58