diff options
Diffstat (limited to 'cpp/slice/IcePatch2/FileServer.ice')
-rw-r--r-- | cpp/slice/IcePatch2/FileServer.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/slice/IcePatch2/FileServer.ice b/cpp/slice/IcePatch2/FileServer.ice index 099f7c2948c..de1c74b3ca2 100644 --- a/cpp/slice/IcePatch2/FileServer.ice +++ b/cpp/slice/IcePatch2/FileServer.ice @@ -76,7 +76,7 @@ interface FileServer * **/ ["ami", "nonmutating", "cpp:const"] idempotent FileInfoSeq getFileInfoSeq(int partition) - throws PartitionOutOfRangeException; + throws PartitionOutOfRangeException; /** * @@ -120,7 +120,7 @@ interface FileServer **/ ["ami", "amd", "nonmutating", "cpp:const", "cpp:array"] idempotent Ice::ByteSeq getFileCompressed(string path, int pos, int num) - throws FileAccessException; + throws FileAccessException; }; /** |