diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-09-17 08:24:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-17 08:24:53 +0000 |
commit | 81fcd578060ec8f593a2bdfde3aca6bb981cb8c5 (patch) | |
tree | b0392abdd9cbb5abb92b8a2efa0d47e6441e9c3d /auth/auth-batch/src/main/java/org | |
parent | dcc2eb2195c07a5557b58103594cd30ecf72e6c7 (diff) | |
parent | 73e01958c4da29ebb814214f04d0fcd5166a94af (diff) |
Merge "Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from constructor's body"
Diffstat (limited to 'auth/auth-batch/src/main/java/org')
-rw-r--r-- | auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/TwoMonthNotifyCredBody.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/TwoMonthNotifyCredBody.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/TwoMonthNotifyCredBody.java index 7d1157cb..1a047754 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/TwoMonthNotifyCredBody.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/bodies/TwoMonthNotifyCredBody.java @@ -3,6 +3,7 @@ * org.onap.aaf * =========================================================================== * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2019 IBM. * =========================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |