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