mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
[DS-508] Attachment spelled as attachement in DailyReportEmailer
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4813 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -89,7 +89,7 @@ public class DailyReportEmailer
|
||||
* Send the report through email.
|
||||
*
|
||||
* @param attachment
|
||||
* the file conntaing the report
|
||||
* the file containing the report
|
||||
* @param numberOfBitstreams
|
||||
* the number of bitstreams reported
|
||||
*
|
||||
@@ -117,7 +117,7 @@ public class DailyReportEmailer
|
||||
// create the first part of the email
|
||||
BodyPart messageBodyPart = new MimeBodyPart();
|
||||
messageBodyPart
|
||||
.setText("This is the checksum checker report see attachement for details \n"
|
||||
.setText("This is the checksum checker report see attachment for details \n"
|
||||
+ numberOfBitstreams
|
||||
+ " Bitstreams found with POSSIBLE issues");
|
||||
multipart.addBodyPart(messageBodyPart);
|
||||
@@ -183,7 +183,7 @@ public class DailyReportEmailer
|
||||
"c",
|
||||
"Changed",
|
||||
false,
|
||||
"Send E-mail report for all bitstrems where checksum has been changed for today");
|
||||
"Send E-mail report for all bitstreams where checksum has been changed for today");
|
||||
options.addOption("a", "All", false, "Send all E-mail reports");
|
||||
|
||||
options.addOption("u", "Unchecked", false,
|
||||
|
@@ -1,6 +1,9 @@
|
||||
1.7.0
|
||||
=====
|
||||
|
||||
(Keith Gilbertson)
|
||||
- [DS-508] Attachment spelled as attachement in DailyReportEmailer
|
||||
|
||||
(Stuart Lewis)
|
||||
- [DS-506] embargo-lifter command missing from launcher.xml
|
||||
|
||||
|
Reference in New Issue
Block a user