blob: 9597953b272d6a3370c4c99242918e6cc8f0eafa [file] [log] [blame]
package com.puppycrawl.tools.checkstyle.checks.imports;
import java.awt.Button;
import java.awt.Dialog;
import java.awt.event.ActionEvent;
import java.awt.event.ActionEvent; //Repetitive import
import javax.swing.JComponent;
import javax.swing.JTable;
public class InputImportOrderRepetition {
}