--- old/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/D.java 2018-01-03 07:34:31.916295411 -0800 +++ new/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/D.java 2018-01-03 07:34:31.412249332 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 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 @@ -46,6 +46,7 @@ /** * This is the second concrete instance method. + * @return a string */ public String getParameter() { return "test";