src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java

changeset 460
2d15bf467aea
parent 229
03bcd66bd8e7
child 554
9d9f26857129
equal deleted inserted replaced
459:c315df443ff2 460:2d15bf467aea
47 */ 47 */
48 final static int DetailsInc = 2; 48 final static int DetailsInc = 2;
49 49
50 /** Tabulator character. 50 /** Tabulator character.
51 */ 51 */
52 final static byte TAB = 0x8; 52 final static byte TAB = 0x9;
53 53
54 /** Line feed character. 54 /** Line feed character.
55 */ 55 */
56 final static byte LF = 0xA; 56 final static byte LF = 0xA;
57 57

mercurial