This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 36e9b607 authored by Michael Breu's avatar Michael Breu
Browse files

Minor text improvement

parent 78674df8
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -821,7 +821,7 @@ public class MetaDataRepository {
// temporary for backward compatibility!
String oldExerciseId = convertToPreviousId(exerciseId);
if (oldExerciseId.equals(exerciseId)) {
throw new NotFoundException(" Exercise with id " + exerciseId + " not found?");
throw new NotFoundException(" Exercise with id " + exerciseId + " not found or no access rights?");
} else {
return getExerciseById(oldExerciseId, user);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment