This commit is contained in:
Stephane Nicoll
2018-01-12 11:40:35 +01:00
parent 270acd4636
commit 8aaf95b792
4 changed files with 20 additions and 13 deletions

View File

@@ -167,7 +167,7 @@ class DataSourceInitializer {
}
else if (validate) {
throw new InvalidConfigurationPropertyValueException(propertyName,
resource, "the specified resource does not exist");
resource, "The specified resource does not exist.");
}
}
}