Browse Source

[2157] updated doxygen: MessageAttributes is now exception free.

JINMEI Tatuya 12 years ago
parent
commit
8de2a109e5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/bin/auth/statistics.h

+ 1 - 3
src/bin/auth/statistics.h

@@ -55,9 +55,7 @@ private:
 public:
     /// \brief The constructor.
     ///
-    /// This constructor is mostly exception free. But it may still throw
-    /// a standard exception if memory allocation fails inside the method.
-    ///
+    /// \throw None
     MessageAttributes() {
         reset();
     }