01: /*
02: * testAdvancedIndentation.java
03: *
04: * Created on January 10, 2007, 4:29 PM
05: *
06: * To change this template, choose Tools | Template Manager
07: * and open the template in the editor.
08: */
09:
10: package org.netbeans.test.java.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: }
|