1 /* 2 * TestLookupObject.java 3 * 4 * Created on 09 May 2005, 13:18 5 * 6 * To change this template, choose Tools | Options and locate the template under 7 * the Source Creation and Management node. Right-click the template and choose 8 * Open. You can then make changes to the template in the Source Editor. 9 */ 10 11 package org.netbeans.modules.editor.mimelookup.impl; 12 13 /** 14 * 15 * @author mato 16 */ 17 public class TestLookupObjectTwo { 18 19 /** Creates a new instance of TestLookupObject */ 20 public TestLookupObjectTwo() { 21 } 22 23 } 24