--- old/test/jdk/javadoc/doclet/testAnnotationTypes/pkg/AnnotationType.java 2016-02-13 21:18:09.527497699 -0800 +++ new/test/jdk/javadoc/doclet/testAnnotationTypes/pkg/AnnotationType.java 2016-02-13 21:18:09.443497696 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -32,5 +32,5 @@ * @since 1.5 */ @Documented public @interface AnnotationType { - + int value(); }