test/jdk/javadoc/doclet/testParamTaglet/pkg/C.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2015, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -30,12 +30,12 @@
      * @param param2 testing 1 2 3.
      */
     public void regularParams(int param1, int param2) {}
 
     /**
-     * @param <I>p1</I> testing 1 2 3.
-     * @param <I>p2</I> testing 1 2 3.
-     * @param <I>inheritBug</I> {@inheritDoc}
+     * @param p1 testing 1 2 3.
+     * @param p2 testing 1 2 3.
+     * @param inheritBug {@inheritDoc}
      */
     public void nonMatchingParams(int param1, int param2) {}
 
 }