diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-23 22:01:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-23 22:01:21 +0100 |
commit | 4eb8c7f8657ebe5544fcd2283145d175713ab567 (patch) | |
tree | dd9e4078d15e052578874234bbb3761e20a448e4 /sonar-duplications/test-resources/org/sonar/duplications/cpd/CPDTest/CPDFile3.java | |
parent | e02d9d4a80eeb4f5cff53dd057e86df2c48d4f7e (diff) | |
download | sonarqube-4eb8c7f8657ebe5544fcd2283145d175713ab567.tar.gz sonarqube-4eb8c7f8657ebe5544fcd2283145d175713ab567.zip |
Support build of SonarQube with JDK 9
Diffstat (limited to 'sonar-duplications/test-resources/org/sonar/duplications/cpd/CPDTest/CPDFile3.java')
-rw-r--r-- | sonar-duplications/test-resources/org/sonar/duplications/cpd/CPDTest/CPDFile3.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-duplications/test-resources/org/sonar/duplications/cpd/CPDTest/CPDFile3.java b/sonar-duplications/test-resources/org/sonar/duplications/cpd/CPDTest/CPDFile3.java index 8ba22b82a07..1b103c6eec2 100644 --- a/sonar-duplications/test-resources/org/sonar/duplications/cpd/CPDTest/CPDFile3.java +++ b/sonar-duplications/test-resources/org/sonar/duplications/cpd/CPDTest/CPDFile3.java @@ -3,8 +3,8 @@ */ package net.sourceforge.pmd.cpd.fork; -import static org.hamcrest.Matchers.is; -import static org.hamcrest.Matchers.nullValue; +import static org.hamcrest.CoreMatchers.is; +import static org.hamcrest.CoreMatchers.nullValue; import static org.junit.Assert.assertThat; import java.nio.charset.Charset; |