KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > editor > formatting > testAdvancedIndentation


1 /*
2  * testAdvancedIndentation.java
3  *
4  * Created on January 10, 2007, 4:29 PM
5  *
6  * To change this template, choose Tools | Template Manager
7  * and open the template in the editor.
8  */

9
10 package org.netbeans.test.editor.formatting;
11
12 /**
13  *
14  * @author jp159440
15  */

16 public class testAdvancedIndentation {
17     
18     /** Creates a new instance of testAdvancedIndentation */
19     public testAdvancedIndentation() {
20     }
21     
22 }
23
Popular Tags