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.
|
* Send the report through email.
|
||||||
*
|
*
|
||||||
* @param attachment
|
* @param attachment
|
||||||
* the file conntaing the report
|
* the file containing the report
|
||||||
* @param numberOfBitstreams
|
* @param numberOfBitstreams
|
||||||
* the number of bitstreams reported
|
* the number of bitstreams reported
|
||||||
*
|
*
|
||||||
@@ -117,7 +117,7 @@ public class DailyReportEmailer
|
|||||||
// create the first part of the email
|
// create the first part of the email
|
||||||
BodyPart messageBodyPart = new MimeBodyPart();
|
BodyPart messageBodyPart = new MimeBodyPart();
|
||||||
messageBodyPart
|
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
|
+ numberOfBitstreams
|
||||||
+ " Bitstreams found with POSSIBLE issues");
|
+ " Bitstreams found with POSSIBLE issues");
|
||||||
multipart.addBodyPart(messageBodyPart);
|
multipart.addBodyPart(messageBodyPart);
|
||||||
@@ -183,7 +183,7 @@ public class DailyReportEmailer
|
|||||||
"c",
|
"c",
|
||||||
"Changed",
|
"Changed",
|
||||||
false,
|
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("a", "All", false, "Send all E-mail reports");
|
||||||
|
|
||||||
options.addOption("u", "Unchecked", false,
|
options.addOption("u", "Unchecked", false,
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
1.7.0
|
1.7.0
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
(Keith Gilbertson)
|
||||||
|
- [DS-508] Attachment spelled as attachement in DailyReportEmailer
|
||||||
|
|
||||||
(Stuart Lewis)
|
(Stuart Lewis)
|
||||||
- [DS-506] embargo-lifter command missing from launcher.xml
|
- [DS-506] embargo-lifter command missing from launcher.xml
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user