test/com/sun/javadoc/testTypeParams/TestTypeParameters.java

changeset 1741
4c43e51433ba
parent 958
734144b6b22f
child 2101
933ba3f81a87
     1.1 --- a/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java	Tue May 14 10:14:53 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java	Tue May 14 10:14:53 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -54,7 +54,7 @@
    1.11      private static final String[][] TEST1 = {
    1.12          {BUG_ID + FS + "pkg" + FS + "C.html",
    1.13              "<td class=\"colFirst\"><code>&lt;W extends java.lang.String,V extends " +
    1.14 -            "java.util.List&gt;&nbsp;<br>java.lang.Object</code></td>"
    1.15 +            "java.util.List&gt;<br>java.lang.Object</code></td>"
    1.16          },
    1.17          {BUG_ID + FS + "pkg" + FS + "C.html",
    1.18              "<code>&lt;T&gt;&nbsp;java.lang.Object</code>"

mercurial