test/com/sun/javadoc/testSourceTab/DoubleTab/C.java

changeset 177
8db0c5fd6e99
parent 1
9a66ca7c79fa
child 554
9d9f26857129
     1.1 --- a/test/com/sun/javadoc/testSourceTab/DoubleTab/C.java	Mon Dec 01 12:15:14 2008 -0800
     1.2 +++ b/test/com/sun/javadoc/testSourceTab/DoubleTab/C.java	Tue Dec 02 14:35:22 2008 -0800
     1.3 @@ -1,4 +1,4 @@
     1.4 -/* 
     1.5 +/*
     1.6   * Copyright 2002-2004 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9 @@ -23,15 +23,15 @@
    1.10  
    1.11  /**
    1.12   * <pre>
    1.13 - * 		This source
    1.14 - * 		is indented
    1.15 - * 		with tabs.
    1.16 + * \t\tThis source
    1.17 + * \t\tis indented
    1.18 + * \t\twith tabs.
    1.19   * </pre>
    1.20   */
    1.21  public class C {
    1.22 -    
    1.23 -		//This source
    1.24 -		//is indented
    1.25 -		//with tabs.
    1.26 -    
    1.27 +
    1.28 +\t\t//This source
    1.29 +\t\t//is indented
    1.30 +\t\t//with tabs.
    1.31 +
    1.32  }

mercurial