diff options
Diffstat (limited to 'cpp/src/slice2confluence/Gen.cpp')
-rw-r--r-- | cpp/src/slice2confluence/Gen.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cpp/src/slice2confluence/Gen.cpp b/cpp/src/slice2confluence/Gen.cpp index 44890c0d368..00bd746812d 100644 --- a/cpp/src/slice2confluence/Gen.cpp +++ b/cpp/src/slice2confluence/Gen.cpp @@ -707,14 +707,10 @@ Slice::GeneratorBase::printMetaData(const ContainedPtr& p, bool isUserImplemente userImplementedOnly.push_back("cpp:const"); userImplementedOnly.push_back("cpp:ice_print"); userImplementedOnly.push_back("java:serialVersionUID"); + userImplementedOnly.push_back("java:UserException"); userImplementedOnly.push_back("UserException"); - if (isUserImplemented) - { - - } - - if (!metaData.empty()) + if(!metaData.empty()) { string outString = ""; StringList::const_iterator q = metaData.begin(); |