Skip to content

Commit 5fe9af8

Browse files
committed
Fix the FailedLoadReturnValue
1 parent a97a021 commit 5fe9af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.SettingsProvider/XmlPersistanceServiceBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public virtual string FilePath
4747

4848
protected static T FailedLoadReturnValue()
4949
{
50-
return new T();
50+
return null;
5151
}
5252

5353
protected static XDocument GetConfigurationDoc(string file)

0 commit comments

Comments
 (0)