KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * testBasicIndentation.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 testBasicIndentation {
17     
18     /** Creates a new instance of testBasicIndentation */
19     public testBasicIndentation() {
20     }
21     
22 }
23
Popular Tags