langtools/test/tools/javac/6508981/p/A.java
author jjg
Tue, 26 Aug 2008 14:52:59 -0700
changeset 1205 b316e32eb90c
child 5520 86e4b9a9da40
permissions -rw-r--r--
6508981: cleanup file separator handling in JavacFileManager Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1205
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     1
/*
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     2
 * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     4
 *
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     7
 * published by the Free Software Foundation.
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     8
 *
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    13
 * accompanied this code).
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    14
 *
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    18
 *
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    19
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    20
 * CA 95054 USA or visit www.sun.com if you need additional information or
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    21
 * have any questions.
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    22
 */
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    23
package p;
b316e32eb90c 6508981: cleanup file separator handling in JavacFileManager
jjg
parents:
diff changeset
    24
class A { }