--- old/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java 2018-01-03 07:34:29.626086043 -0800 +++ new/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java 2018-01-03 07:34:28.974026433 -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 @@ -44,6 +44,7 @@ /** * This is the third concrete instance method. + * @return a string */ public String getParameter() { return "test";