mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
fix another bunch of typos
This commit is contained in:
@@ -123,12 +123,12 @@ public class InstallItem
|
||||
handle = HandleManager.createHandle(c, item, suppliedHandle);
|
||||
}
|
||||
|
||||
// Even though we are restoring an item it may not have a have the proper dates. So lets
|
||||
// Even though we are restoring an item it may not have the proper dates. So let's
|
||||
// double check that it has a date accessioned and date issued, and if either of those dates
|
||||
// are not set then set them to today.
|
||||
DCDate now = DCDate.getCurrent();
|
||||
|
||||
// If the item doesn't have a date.accessioned create one.
|
||||
// If the item doesn't have a date.accessioned, create one.
|
||||
DCValue[] dateAccessioned = item.getDC("date", "accessioned", Item.ANY);
|
||||
if (dateAccessioned.length == 0)
|
||||
{
|
||||
@@ -251,7 +251,7 @@ public class InstallItem
|
||||
* Generate provenance-worthy description of the bitstreams contained in an
|
||||
* item.
|
||||
*
|
||||
* @param myitem the item generate description for
|
||||
* @param myitem the item to generate description for
|
||||
*
|
||||
* @return provenance description
|
||||
*/
|
||||
|
@@ -380,10 +380,10 @@ public class XSLTDisseminationCrosswalk
|
||||
/**
|
||||
* Create a new DIM field element with the given attributes.
|
||||
*
|
||||
* @param schema The schema the DIM field belongs too.
|
||||
* @param element The element the DIM field belongs too.
|
||||
* @param qualifier The qualifier the DIM field belongs too.
|
||||
* @param language The language the DIM field belongs too.
|
||||
* @param schema The schema the DIM field belongs to.
|
||||
* @param element The element the DIM field belongs to.
|
||||
* @param qualifier The qualifier the DIM field belongs to.
|
||||
* @param language The language the DIM field belongs to.
|
||||
* @param value The value of the DIM field.
|
||||
* @return A new DIM field element
|
||||
*/
|
||||
@@ -395,10 +395,10 @@ public class XSLTDisseminationCrosswalk
|
||||
/**
|
||||
* Create a new DIM field element with the given attributes.
|
||||
*
|
||||
* @param schema The schema the DIM field belongs too.
|
||||
* @param element The element the DIM field belongs too.
|
||||
* @param qualifier The qualifier the DIM field belongs too.
|
||||
* @param language The language the DIM field belongs too.
|
||||
* @param schema The schema the DIM field belongs to.
|
||||
* @param element The element the DIM field belongs to.
|
||||
* @param qualifier The qualifier the DIM field belongs to.
|
||||
* @param language The language the DIM field belongs to.
|
||||
* @param value The value of the DIM field.
|
||||
* @param authority The authority
|
||||
* @param confidence confidence in the authority
|
||||
|
Reference in New Issue
Block a user