System test feature
[anna.git] / source / http / wims20 / ServerSide.cpp
index b9caab6..64a6fbe 100644 (file)
@@ -132,7 +132,7 @@ throw(RuntimeException) {
   return (anna_strncmp(value, "0x", 2) == 0) ? strtol(value + 2, NULL, 16) :  atoi(value);
 }
 
-/* Nos ha debido llegar algo así como: serviceID/guid/*{other_possible_levels}
+/* Nos ha debido llegar algo asi como: serviceID/guid {other_possible_levels}
  */
 void http::wims20::ServerSide::decodeHierarchy(const std::string& hierarchy)
 throw(RuntimeException) {