8159396: javadoc getSupportedVersion returns 8 instead of 9

Reviewed-by: jjg
This commit is contained in:
Kumar Srinivasan 2016-06-14 08:18:53 -07:00
parent e620ceaad8
commit 4c8fc963f7

View File

@ -126,7 +126,7 @@ public abstract class AbstractDoclet {
* @return SourceVersion
*/
public SourceVersion sourceVersion() {
return SourceVersion.RELEASE_8;
return SourceVersion.RELEASE_9;
}