test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java
changeset 48432 db09f53aba91
parent 47216 71c04702a3d5
--- a/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java	Thu Jan 04 15:50:51 2018 +0000
+++ b/test/langtools/jdk/javadoc/doclet/testMethodTypes/pkg1/A.java	Wed Jan 03 15:16:46 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";