Skip to content

Commit

Permalink
Merge branch 'hotfix-4.5.7' into support-4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bussmann committed Oct 8, 2015
2 parents a4a8621 + 6cf56f3 commit 935f53f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
internal class TimeoutPersistenceVersionCheck : IWantToRunWhenConfigurationIsComplete
{
internal const string SuppressOutdatedTimeoutPersistenceWarning = "NServiceBus/suppress-outdated-timeout-persistence-warning";
internal const string SuppressOutdatedTransportWarning = "NServiceBus/suppress-outdated-persistence-warning";
internal const string SuppressOutdatedTransportWarning = "NServiceBus/suppress-outdated-transport-warning";

readonly IBuilder builder;

Expand Down

0 comments on commit 935f53f

Please sign in to comment.