diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-06 22:08:31 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-11 10:24:03 +0200 |
commit | 1b0e00bd132798475390145f52ab429ddb8c301c (patch) | |
tree | cc5a16f6dec34b8da1e182ee9ff6de3cd3c07ecd /sonar-home/src/test/java | |
parent | 53b12f3331f7985de42b1917965d3cae8aa71a15 (diff) | |
download | sonarqube-1b0e00bd132798475390145f52ab429ddb8c301c.tar.gz sonarqube-1b0e00bd132798475390145f52ab429ddb8c301c.zip |
SONAR-6517 apply feedback
Diffstat (limited to 'sonar-home/src/test/java')
-rw-r--r-- | sonar-home/src/test/java/org/sonar/home/cache/FileCacheTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-home/src/test/java/org/sonar/home/cache/FileCacheTest.java b/sonar-home/src/test/java/org/sonar/home/cache/FileCacheTest.java index 2d90503598d..1410b63ea50 100644 --- a/sonar-home/src/test/java/org/sonar/home/cache/FileCacheTest.java +++ b/sonar-home/src/test/java/org/sonar/home/cache/FileCacheTest.java @@ -118,5 +118,4 @@ public class FileCacheTest { assertThat(cachedFile.getParentFile().getParentFile()).isEqualTo(cache.getDir()); assertThat(FileUtils.readFileToString(cachedFile)).contains("downloaded by"); } - } |