test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java
changeset 48442 3b00541635f9
parent 47216 71c04702a3d5
--- a/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java	Thu Jan 04 12:55:06 2018 -0800
+++ b/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java	Thu Jan 04 13:32:10 2018 -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";