test/com/sun/javadoc/testLambdaFeature/TestLambdaFeature.java

changeset 1606
ccbe7ffdd867
parent 1468
690c41cdab55
child 1998
b25e387481dc
     1.1 --- a/test/com/sun/javadoc/testLambdaFeature/TestLambdaFeature.java	Fri Feb 22 18:19:51 2013 +0000
     1.2 +++ b/test/com/sun/javadoc/testLambdaFeature/TestLambdaFeature.java	Sun Feb 24 11:36:58 2013 -0800
     1.3 @@ -63,7 +63,7 @@
     1.4              "<dl>" + NL + "<dt>Functional Interface:</dt>" + NL +
     1.5              "<dd>This is a functional interface and can therefore be used as " +
     1.6              "the assignment target for a lambda expression or method " +
     1.7 -            "reference. </dd>" + NL + "</dl>"}
     1.8 +            "reference.</dd>" + NL + "</dl>"}
     1.9      };
    1.10      private static final String[][] NEGATED_TEST = {
    1.11          {BUG_ID + FS + "pkg" + FS + "A.html",

mercurial