Skip to content

Commit 5bc6239

Browse files
committed
close akkadotnet#189 - make ConfigurationFactory.Load behavior backwards compatible
1 parent cabbdde commit 5bc6239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hocon.Configuration/ConfigurationFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static Config ParseString(string hocon)
6262
[Obsolete("Call the ConfigurationFactory.Default method instead.")]
6363
public static Config Load()
6464
{
65-
return Load("akka");
65+
return Default();
6666
}
6767

6868
/// <summary>

0 commit comments

Comments
 (0)