diff options
Diffstat (limited to 'cpp/slice/IceGrid/UserAccountMapper.ice')
-rw-r--r-- | cpp/slice/IceGrid/UserAccountMapper.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/slice/IceGrid/UserAccountMapper.ice b/cpp/slice/IceGrid/UserAccountMapper.ice index 049b9e96c8c..01492f78772 100644 --- a/cpp/slice/IceGrid/UserAccountMapper.ice +++ b/cpp/slice/IceGrid/UserAccountMapper.ice @@ -49,7 +49,7 @@ interface UserAccountMapper * **/ string getUserAccount(string user) - throws UserAccountNotFoundException; + throws UserAccountNotFoundException; }; }; |