test/com/sun/javadoc/testHtmlDefinitionListTag/pkg1/package-info.java

Wed, 18 Sep 2013 22:47:06 -0700

author
bpatel
date
Wed, 18 Sep 2013 22:47:06 -0700
changeset 2036
8df12c315ea3
parent 554
9d9f26857129
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8024096: some javadoc tests may contain false positive results
Reviewed-by: jjg

bpatel@244 1 /*
ohair@554 2 * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
bpatel@244 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bpatel@244 4 *
bpatel@244 5 * This code is free software; you can redistribute it and/or modify it
bpatel@244 6 * under the terms of the GNU General Public License version 2 only, as
bpatel@244 7 * published by the Free Software Foundation.
bpatel@244 8 *
bpatel@244 9 * This code is distributed in the hope that it will be useful, but WITHOUT
bpatel@244 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
bpatel@244 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
bpatel@244 12 * version 2 for more details (a copy is included in the LICENSE file that
bpatel@244 13 * accompanied this code).
bpatel@244 14 *
bpatel@244 15 * You should have received a copy of the GNU General Public License version
bpatel@244 16 * 2 along with this work; if not, write to the Free Software Foundation,
bpatel@244 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
bpatel@244 18 *
ohair@554 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@554 20 * or visit www.oracle.com if you need additional information or have any
ohair@554 21 * questions.
bpatel@244 22 */
bpatel@244 23
bpatel@244 24 /**
bpatel@244 25 * Test package 1.
bpatel@244 26 *
bpatel@244 27 * @since JDK1.0
bpatel@244 28 */
bpatel@244 29 package pkg1;

mercurial