diff options
Diffstat (limited to 'cpp/src/Slice/JavaUtil.cpp')
-rw-r--r-- | cpp/src/Slice/JavaUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index 46acfc94811..8e7ad4c264d 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -174,7 +174,7 @@ lookupKwd(const string& name) name); return found ? "_" + name : name; } -// + // // Split a scoped name into its components and return the components as a list of (unscoped) identifiers. // |