C.java revision 3233:b5d08bc0d224
1230557Sjimharris/*
2230557Sjimharris * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
3230557Sjimharris * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4230557Sjimharris *
5230557Sjimharris * This code is free software; you can redistribute it and/or modify it
6230557Sjimharris * under the terms of the GNU General Public License version 2 only, as
7230557Sjimharris * published by the Free Software Foundation.
8230557Sjimharris *
9230557Sjimharris * This code is distributed in the hope that it will be useful, but WITHOUT
10230557Sjimharris * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11230557Sjimharris * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12230557Sjimharris * version 2 for more details (a copy is included in the LICENSE file that
13230557Sjimharris * accompanied this code).
14230557Sjimharris *
15230557Sjimharris * You should have received a copy of the GNU General Public License version
16230557Sjimharris * 2 along with this work; if not, write to the Free Software Foundation,
17230557Sjimharris * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18230557Sjimharris *
19230557Sjimharris * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20230557Sjimharris * or visit www.oracle.com if you need additional information or have any
21230557Sjimharris * questions.
22230557Sjimharris */
23230557Sjimharris
24230557Sjimharris/**
25230557Sjimharris * <pre>
26230557Sjimharris * \t\tThis source
27230557Sjimharris * \t\tis indented
28230557Sjimharris * \t\twith tabs.
29230557Sjimharris * </pre>
30230557Sjimharris */
31230557Sjimharrispublic class C {
32230557Sjimharris
33230557Sjimharris\t\t//This source
34230557Sjimharris\t\t//is indented
35230557Sjimharris\t\t//with tabs.
36230557Sjimharris
37230557Sjimharris}
38230557Sjimharris