--- old/test/langtools/tools/javac/processing/environment/round/TypeParameterAnnotations.java 2018-07-24 18:58:18.392556940 -0700 +++ new/test/langtools/tools/javac/processing/environment/round/TypeParameterAnnotations.java 2018-07-24 18:58:17.068556940 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2018, 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 @@ -21,6 +21,8 @@ * questions. */ +import annot.AnnotatedElementInfo; + /** * Class to hold annotations for TestElementsAnnotatedWith. */