Browse Source

[2218] Update doc comment for InMemoryClient::findZoneData()

Mukund Sivaraman 12 years ago
parent
commit
593cc7dda0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/datasrc/memory/memory_client.h

+ 1 - 2
src/lib/datasrc/memory/memory_client.h

@@ -215,8 +215,7 @@ public:
     /// This is mainly intended for use in unit tests and should not be
     /// used in other code.
     ///
-    /// This derived version of the method never throws an exception.
-    /// For other details see \c DataSourceClient::findZone().
+    /// \throws none
     isc::datasrc::memory::ZoneTable::FindResult
     findZoneData(const isc::dns::Name& name);