changeset 2263:36e8bc1907a2

8013738: Two javadoc tests have bug 0000000 Reviewed-by: jjg
author bpatel
date Wed, 26 Jun 2013 20:45:47 -0700
parents 27bd6a2302f6
children c674b396827c
files test/com/sun/javadoc/testNestedInlineTag/TestNestedInlineTag.java test/com/sun/javadoc/testTagMisuse/TestTagMisuse.java
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/test/com/sun/javadoc/testNestedInlineTag/TestNestedInlineTag.java	Wed Jun 26 20:42:43 2013 -0700
+++ b/test/com/sun/javadoc/testNestedInlineTag/TestNestedInlineTag.java	Wed Jun 26 20:45:47 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2013, 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
@@ -21,10 +21,8 @@
  * questions.
  */
 
-/**
- * This should be green, underlined and bold (Class): {@underline {@bold {@green My test}}} .
+/*
  * @test
- * @bug 0000000
  * @summary Test for nested inline tags. *
  * @author jamieh
  * @library ../lib/
@@ -36,6 +34,9 @@
  * @run main TestNestedInlineTag
  */
 
+/**
+ * This should be green, underlined and bold (Class): {@underline {@bold {@green My test}}} .
+ */
 public class TestNestedInlineTag extends JavadocTester {
 
     /**
--- a/test/com/sun/javadoc/testTagMisuse/TestTagMisuse.java	Wed Jun 26 20:42:43 2013 -0700
+++ b/test/com/sun/javadoc/testTagMisuse/TestTagMisuse.java	Wed Jun 26 20:45:47 2013 -0700
@@ -21,9 +21,8 @@
  * questions.
  */
 
-/**
+/*
  * @test
- * @bug 0000000
  * @summary Determine if proper warning messages are printed when know.
  * @author jamieh
  * @library ../lib/