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