aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks/src
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-07 11:04:36 +0200
committerDavid Gageot <david@gageot.net>2015-07-07 11:36:26 +0200
commitf0390ff8452ea1aecf060e70d27e21e1c04629a7 (patch)
treede04b6e5d166c3f6f892fa8d74508a8552d2fe49 /server/sonar-server-benchmarks/src
parent0159164dba722d784ecd98fb94b80ff63a50649b (diff)
downloadsonarqube-f0390ff8452ea1aecf060e70d27e21e1c04629a7.tar.gz
sonarqube-f0390ff8452ea1aecf060e70d27e21e1c04629a7.zip
FIX Redundant throws clause
Diffstat (limited to 'server/sonar-server-benchmarks/src')
-rw-r--r--server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/SourceDbBenchmarkTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/SourceDbBenchmarkTest.java b/server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/SourceDbBenchmarkTest.java
index d37f29b87ce..86663dde0d4 100644
--- a/server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/SourceDbBenchmarkTest.java
+++ b/server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/SourceDbBenchmarkTest.java
@@ -60,7 +60,7 @@ public class SourceDbBenchmarkTest {
scrollRows();
}
- private void scrollRows() throws Exception {
+ private void scrollRows() {
LOGGER.info("Scroll table FILE_SOURCES");
AtomicLong counter = new AtomicLong();
ProgressTask progress = new ProgressTask(LOGGER, "source file", counter);