Index: Migration/Scripts/src/Migration.Scripts.Data/UpgradeScript.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -re93ca434037205455b9fa33353b2c8c73d4f3baa --- Migration/Scripts/src/Migration.Scripts.Data/UpgradeScript.cs (.../UpgradeScript.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Migration/Scripts/src/Migration.Scripts.Data/UpgradeScript.cs (.../UpgradeScript.cs) (revision e93ca434037205455b9fa33353b2c8c73d4f3baa) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // @@ -42,7 +42,8 @@ /// /// is empty or null, /// is empty or null. - /// + /// + /// protected UpgradeScript(string fromVersion, string toVersion) { if (string.IsNullOrEmpty(fromVersion)) @@ -90,7 +91,8 @@ /// does not consist out of only whitespace characters, /// does not contain an invalid character, /// does not end with a directory or path separator (empty file name). - /// + /// + /// /// Thrown when upgrading failed. public void Upgrade(string sourceLocation, string targetLocation) {