Skip to content

Commit b778718

Browse files
committed
Removed legacy reference to skipXml from XMLDoc
This parameter was removed as part of a previous commit (7bea7d3).
1 parent ee05f62 commit b778718

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

OnTopic.Data.Sql/SqlTopicRepository.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,7 @@ public override void Delete(Topic topic, bool isRecursive = false) {
632632
| METHOD: PERSIST RELATIONS
633633
\-------------------------------------------------------------------------------------------------------------------------*/
634634
/// <summary>
635-
/// Internal method that saves topic relationships to the n:n mapping table in SQL, returns a XML-formatted string for
636-
/// appending to the extended attributes unless <c>skipXml == true</c>.
635+
/// Internal method that saves topic relationships to the n:n mapping table in SQL.
637636
/// </summary>
638637
/// <param name="topic">The topic object whose relationships should be persisted.</param>
639638
/// <param name="connection">The SQL connection.</param>

0 commit comments

Comments
 (0)