mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Extremely minor change -- adding space between words to an existing error message
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5304 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -217,7 +217,7 @@ public class RoleIngester implements PackageIngester
|
||||
}
|
||||
else
|
||||
throw new PackageException("Group " + name
|
||||
+ "already exists");
|
||||
+ " already exists");
|
||||
}
|
||||
else
|
||||
{ // No such group exists
|
||||
|
Reference in New Issue
Block a user