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

public class ClassOne {

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