diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-06 08:55:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:28 +0200 |
commit | 0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 (patch) | |
tree | 218eba20dd23c6a865cf01aa7532bf1261a69bc8 /cli_ure/qa | |
parent | e2e55a7c49079dfd896da6515b98d451e4c8735b (diff) |
java: add @Override annotation to overriding methods
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Diffstat (limited to 'cli_ure/qa')
-rw-r--r-- | cli_ure/qa/climaker/ClimakerTestCase.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli_ure/qa/climaker/ClimakerTestCase.java b/cli_ure/qa/climaker/ClimakerTestCase.java index 344433d65545..d04412054a97 100644 --- a/cli_ure/qa/climaker/ClimakerTestCase.java +++ b/cli_ure/qa/climaker/ClimakerTestCase.java @@ -23,6 +23,7 @@ import complexlib.ComplexTestCase; public class ClimakerTestCase extends ComplexTestCase { + @Override public String[] getTestMethodNames() { // TODO think about trigger of sub-tests from outside @@ -75,6 +76,7 @@ class Reader extends Thread start(); } + @Override public void run() { try |