Fix initialization bug
[anna.git] / include / anna / diameter.comm / Entity.hpp
index b372497..0dd1b90 100644 (file)
@@ -52,7 +52,7 @@ class Entity {
 public:
 
   /**
-   * Defines behaviour on validation procedure: complete analysis or stop at first validation error over the message (by default)
+   * Sessions based models type
    */
   struct SessionBasedModelsType { enum _v { RoundRobin, SessionIdOptionalPart, SessionIdHighPart, SessionIdLowPart /* default */ }; };