Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Update/ProjectUpdateExtensions.cs
===================================================================
diff -u -r75a219c391144ca71a684f46e96e5d3f0c17f170 -r56fcaa1987b9a7235553ff43a0a4f36b46efdb2e
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Update/ProjectUpdateExtensions.cs (.../ProjectUpdateExtensions.cs) (revision 75a219c391144ca71a684f46e96e5d3f0c17f170)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Update/ProjectUpdateExtensions.cs (.../ProjectUpdateExtensions.cs) (revision 56fcaa1987b9a7235553ff43a0a4f36b46efdb2e)
@@ -41,6 +41,11 @@
/// The project to update the database entity for.
/// The object keeping track of update operations.
/// The context to obtain the existing entity from.
+ /// Thrown when either:
+ ///
+ /// - is null
+ /// - is null
+ ///
public static void Update(this Project project, UpdateConversionCollector collector, IRingtoetsEntities context)
{
if (context == null)