DataMigration, other Batch
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / reports / bodies / OneMonthNotifyCredBody.java
index c3ed4f6..a288f49 100644 (file)
@@ -29,4 +29,9 @@ public class OneMonthNotifyCredBody extends NotifyCredBody {
        public OneMonthNotifyCredBody(Access access) throws IOException {
                super(access, ExpireRange.ONE_MONTH);
        }
+       
+       @Override
+       public String subject() {
+               return String.format("AAF One Month Credential Notification (ENV: %s)",env);
+       }
 }