aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-08-14 19:36:43 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-14 19:36:43 +0000
commit6509e95ef278ee141c706cb66fe269e146ef888e (patch)
tree211756db7c24dab684bcbab8a981ac9361afcc8e /integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java
parentd40823cd9dc76fee6d77963902fd786222ba15a6 (diff)
parent6505fa1c845c34d59c44a40f87b66ef79f3e911c (diff)
Merge "Fixes for checkstyle issues"
Diffstat (limited to 'integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java')
-rw-r--r--integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java b/integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java
index dc396a07..177391c3 100644
--- a/integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java
+++ b/integrity-audit/src/main/java/org/onap/policy/common/ia/AuditThread.java
@@ -709,7 +709,7 @@ public class AuditThread extends Thread {
* Indicates that the {@link #run()} method has started. This method simply returns,
* and may overridden by junit tests.
*
- * @throws InterruptedException
+ * @throws InterruptedException can be interrupted
*/
public void runStarted() throws InterruptedException {
// does nothing
@@ -719,7 +719,7 @@ public class AuditThread extends Thread {
* Indicates that an audit has completed. This method simply returns, and may
* overridden by junit tests.
*
- * @throws InterruptedException
+ * @throws InterruptedException can be interrupted
*/
public void auditCompleted() throws InterruptedException {
// does nothing