aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-ignored-file/xources/hello/ClassTwo.xoo
blob: e65cfedb0434cd577a9e68f3103fd0321bcc1cf5 (plain)
1
2
3
4
5
6
7
8
package hello;

public class ClassTwo {

  public static void main(String[] args) {
    System.out.println("ClassTwo");
  }
}