001    /**
002     * Test interface 2
003     * 
004     * @author Kristian Torp, torp (at) cs (dot) aau (dot) dk
005     * @version 1.0
006     */
007    public interface Interface2 {
008            int c(int c);
009    
010            int d(int d);
011    }