01: /* 02: * Tutorial class. 03: */ 04: package org.netbeans.test.codegen; 05: 06: /** 07: * This class will be modified by demo. 08: */ 09: public class Tutorial1 { 10: }