Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed error description
  • Loading branch information
gastaldi committed Nov 1, 2013
1 parent dde0935 commit 9bdf0f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ private Object loadObject() throws Exception

if (result == null)
{
throw new IllegalStateException("Remote service [" + serviceType.getName() + "] is not registered.");
throw new IllegalStateException("Addon service [" + serviceType.getName() + "] is not registered.");
}

return result;
Expand Down

0 comments on commit 9bdf0f3

Please sign in to comment.