diff options
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 07cfd847a4c..8326dd115e3 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -98,7 +98,7 @@ private: virtual bool visitClassDefStart(const ClassDefPtr&); private: - void writeOperations(const ClassDefPtr&, bool); + void writeOperations(const ClassDefPtr&, bool); }; class TieVisitor : public JavaVisitor @@ -137,11 +137,11 @@ private: private: - // - // Verifies that a getter/setter method does not conflict with an operation. - // - bool validateGetterSetter(const OperationList&, const std::string&, int, const std::string&, - const std::string&); + // + // Verifies that a getter/setter method does not conflict with an operation. + // + bool validateGetterSetter(const OperationList&, const std::string&, int, const std::string&, + const std::string&); bool _stream; }; |