mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 05:53:08 +00:00
javadoc (doclint) and whitespace fixes
includes whitespace fixes as per Coding Conventions
This commit is contained in:
@@ -57,10 +57,15 @@ public class LicenseUtils
|
||||
* LicenseArgumentFormatter based on his type (map key)
|
||||
*
|
||||
* @param locale
|
||||
* Formatter locale
|
||||
* @param collection
|
||||
* collection to get license from
|
||||
* @param item
|
||||
* the item object of the license
|
||||
* @param eperson
|
||||
* EPerson to get firstname, lastname and email from
|
||||
* @param additionalInfo
|
||||
* additional template arguments beyond 0-6
|
||||
* @return the license text obtained substituting the provided argument in
|
||||
* the license template
|
||||
*/
|
||||
@@ -104,9 +109,13 @@ public class LicenseUtils
|
||||
* supplying {@code null} for the additionalInfo argument)
|
||||
*
|
||||
* @param locale
|
||||
* Formatter locale
|
||||
* @param collection
|
||||
* collection to get license from
|
||||
* @param item
|
||||
* the item object of the license
|
||||
* @param eperson
|
||||
* EPerson to get firstname, lastname and email from
|
||||
* @return the license text, with no custom substitutions.
|
||||
*/
|
||||
public static String getLicenseText(Locale locale, Collection collection,
|
||||
|
Reference in New Issue
Block a user