mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 05:53:08 +00:00
[DS-643] New testing framework (GSoC 2010)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5252 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -73,7 +73,7 @@ public class LicenseUtils
|
||||
int i = 1;
|
||||
for (String key : additionalInfo.keySet())
|
||||
{
|
||||
args[6 + 1] = new FormattableArgument(key, additionalInfo
|
||||
args[6 + i] = new FormattableArgument(key, additionalInfo
|
||||
.get(key));
|
||||
i++;
|
||||
}
|
||||
@@ -86,7 +86,7 @@ public class LicenseUtils
|
||||
|
||||
/**
|
||||
* Utility method if no additional arguments has need to be supplied to the
|
||||
* license template. (i.e. call the full getLicenseText suppling
|
||||
* license template. (i.e. call the full getLicenseText supplying
|
||||
* <code>null</code> for the additionalInfo argument)
|
||||
*
|
||||
* @param locale
|
||||
|
Reference in New Issue
Block a user