Merge "Sonar fix: BatchDataView.java"
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / reports / bodies / TwoMonthNotifyCredBody.java
index 9d699cc..7d1157c 100644 (file)
  */
 package org.onap.aaf.auth.batch.reports.bodies;
 
-import java.io.IOException;
 
 import org.onap.aaf.auth.batch.helpers.ExpireRange;
 import org.onap.aaf.cadi.Access;
 
 public class TwoMonthNotifyCredBody extends NotifyCredBody {
-    public TwoMonthNotifyCredBody(Access access) throws IOException {
+    public TwoMonthNotifyCredBody(Access access) {
         super(access, ExpireRange.TWO_MONTH);
     }