blob: 77a1d3949b92e75bc5cd7e0656ff31c32defe3c6 [file] [log] [blame]
package com.siyeh.ig.style;
import com.siyeh.ig.IGInspectionTestCase;
public class UnnecessaryInterfaceModifierInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/style/unnecessary_interface_modifier",
new UnnecessaryInterfaceModifierInspection());
}
}