fixed wrong link page
[platform/framework/native/appfw.git] / inc / FBaseColMultiHashMap.h
index 727ae4a..248064d 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -94,7 +93,7 @@ class _MultiHashMapEntry;
  *
  *             // Deallocates all objects
  *             // Because the destructor calls RemoveAll() internally, you do not need to call RemoveAll() to destroy all elements at the end.
- *             map.RemoveAll();
+ *             // map.RemoveAll();
  *     }
  * @endcode
  */