blob: f3ac9f52295fcdf3ae97241e835ddecddd278387 [file] [log] [blame]
package ppp;
/**
* Created by IntelliJ IDEA.
* User: JEKA
* Date: Sep 11, 2008
* Time: 4:01:38 PM
* To change this template use File | Settings | File Templates.
*/
public class BadClass {
public static void method() {
System.out.println("Hello");
System.out.println("Hello");
System.out.println("Hello");
System.out.println("Hello");
}
}