Skip to content
Snippets Groups Projects
Commit e34367a9 authored by buczekp's avatar buczekp
Browse files

minor: reverted 20310 that caused many tests fail

SVN: 20315
parent 9796e45b
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,7 @@ public abstract class AbstractSpacePredicate<T> extends AbstractDatabaseInstance
private Status createError(final PersonPE person, final String spaceCodeOrNull)
{
return Status.createError(String.format(
"User '%s' does not have enough privileges or space %s does not exist.",
return Status.createError(String.format("User '%s' does not have enough privileges.",
person.getUserId(), spaceCodeOrNull));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment