test/com/sun/javadoc/testSinceTag/TestSinceTag.java

changeset 1743
6a5288a298fd
parent 1324
fa85af323d97
child 1744
76a691e3e961
     1.1 --- a/test/com/sun/javadoc/testSinceTag/TestSinceTag.java	Tue May 14 10:14:54 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testSinceTag/TestSinceTag.java	Tue May 14 10:14:54 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 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 @@ -49,11 +49,11 @@
    1.11      private static final String[][] TEST = {
    1.12          {BUG_ID + FS + "pkg1" + FS + "C1.html",
    1.13              "<dl><dt><span class=\"strong\">Since:</span></dt>" + NL +
    1.14 -            "  <dd>JDK1.0</dd>"
    1.15 +            "<dd>JDK1.0</dd>"
    1.16          },
    1.17          {BUG_ID + FS + "serialized-form.html",
    1.18              "<dl><dt><span class=\"strong\">Since:</span></dt>" + NL +
    1.19 -            "  <dd>1.4</dd>"
    1.20 +            "<dd>1.4</dd>"
    1.21          }
    1.22      };
    1.23  

mercurial