package data; import java.io.IOException; import java.util.List; import java.util.Map; @SuppressWarnings("rawtypes") class SimpleClassThree { public static String foo(List list, Map m) throws IOException { return null; } }