blob: 26a8595a1366b272c13250296bb819703cd7d992 [file] [log] [blame]
package com.test;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 14, 2006
* Time: 3:36:03 PM
* To change this template use File | Settings | File Templates.
*/
public class TestIImpl2 implements TestI {
public void test() {
}
}