Index: Riskeer/Common/src/Riskeer.Common.IO/HydraRing/HydraulicBoundaryDataHelper.cs
===================================================================
diff -u -rf2a9aa153c00f7d7e86167f62ae1351ecc0a2fb3 -r2f131c8393aa1cd11575c038d2fa1992ce5895fa
--- Riskeer/Common/src/Riskeer.Common.IO/HydraRing/HydraulicBoundaryDataHelper.cs (.../HydraulicBoundaryDataHelper.cs) (revision f2a9aa153c00f7d7e86167f62ae1351ecc0a2fb3)
+++ Riskeer/Common/src/Riskeer.Common.IO/HydraRing/HydraulicBoundaryDataHelper.cs (.../HydraulicBoundaryDataHelper.cs) (revision 2f131c8393aa1cd11575c038d2fa1992ce5895fa)
@@ -43,11 +43,11 @@
private const string preprocessorClosureFileName = "preprocClosure.sqlite";
///
- /// Attempts to connect to the as if it is a HRD file with a HLCD file and settings file next
- /// to it.
+ /// Attempts to connect to the as if it is a hydraulic boundary database with a hydraulic
+ /// location configuration database and hydraulic boundary database settings file next to it.
///
- /// The path of the HRD file.
- /// The path of the HLCD file.
+ /// The file path of the hydraulic boundary database.
+ /// The file path of the hydraulic location configuration database.
/// The preprocessor directory.
/// Indicator whether the preprocessor closure is used in a calculation.
/// A describing the problem when trying to connect to the
@@ -116,7 +116,8 @@
/// boundary database at the given .
///
/// The hydraulic boundary data to compare the version of.
- /// The path to the hydraulic boundary database to compare the version of.
+ /// The file path to the hydraulic boundary database to compare the
+ /// version of.
/// true if equals the version of the hydraulic boundary database
/// at , false otherwise.
/// Thrown when no connection with the hydraulic boundary database could be
@@ -143,10 +144,10 @@
}
///
- /// Gets the file path of the hydraulic boundary database settings file.
+ /// Gets the path of the hydraulic boundary database settings file.
///
- /// The file path of the corresponding hydraulic boundary database file.
- /// The file path of the hydraulic boundary settings database file.
+ /// The path of the corresponding hydraulic boundary database file.
+ /// The path of the hydraulic boundary settings database file.
public static string GetHydraulicBoundarySettingsDatabase(string hydraulicBoundaryDatabaseFilePath)
{
return Path.ChangeExtension(hydraulicBoundaryDatabaseFilePath, hydraRingConfigurationDatabaseExtension);
@@ -201,8 +202,8 @@
///
/// Returns the version from the hydraulic boundary database pointed at by the .
///
- /// The location of the hydraulic boundary database.
- /// The version from the hydraulic boundary database as a .
+ /// The file path of the hydraulic boundary database.
+ /// The version of the hydraulic boundary database as a .
/// Thrown when no connection with the hydraulic boundary database could
/// be created.
private static string GetVersion(string filePath)