mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
Fight scroll blindness: fix many broken doc comments.
Also many small typos in comments. Some small reformatting for readability. git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5124 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -62,7 +62,8 @@ import org.dspace.storage.rdbms.TableRowIterator;
|
||||
*
|
||||
* @author Martin Hald
|
||||
* @version $Revision$
|
||||
* @see org.dspace.content.MetadataValue, org.dspace.content.MetadataSchema
|
||||
* @see org.dspace.content.MetadataValue
|
||||
* @see org.dspace.content.MetadataSchema
|
||||
*/
|
||||
public class MetadataField
|
||||
{
|
||||
@@ -100,7 +101,7 @@ public class MetadataField
|
||||
}
|
||||
|
||||
/**
|
||||
* Full contructor for new metadata field elements.
|
||||
* Full constructor for new metadata field elements.
|
||||
*
|
||||
* @param schema schema to which the field belongs
|
||||
* @param element element of the field
|
||||
@@ -117,10 +118,10 @@ public class MetadataField
|
||||
}
|
||||
|
||||
/**
|
||||
* Full construtor for existing metadata field elements.
|
||||
* Full constructor for existing metadata field elements.
|
||||
*
|
||||
* @param schemaID schema to which the field belongs
|
||||
* @param fieldID dataabse ID of field.
|
||||
* @param fieldID database ID of field.
|
||||
* @param element element of the field
|
||||
* @param qualifier qualifier of the field
|
||||
* @param scopeNote scope note of the field
|
||||
|
Reference in New Issue
Block a user