diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-07-24 13:01:28 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-07-24 13:01:28 +0200 |
commit | 1435e8f5ccf204c58de1564ca90dfad80d997c8f (patch) | |
tree | 7d1955a21480373bbc86c7089bed95ccb5564fef /it | |
parent | 24ae1fe9b4fc5cd56a4233a4f081a163042673aa (diff) | |
download | sonarqube-1435e8f5ccf204c58de1564ca90dfad80d997c8f.tar.gz sonarqube-1435e8f5ccf204c58de1564ca90dfad80d997c8f.zip |
Fix sample code
Diffstat (limited to 'it')
-rw-r--r-- | it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo b/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo index ad246dc8813..41871e123a3 100644 --- a/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo +++ b/it/it-projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo @@ -1,4 +1,4 @@ -ackage sample; +package sample; public class Sample { |