Skip to content

Commit

Permalink
fixing transport warning suppression config key
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bussmann committed Oct 8, 2015
1 parent 22ff0d4 commit 6cf56f3
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 6cf56f3

Please sign in to comment.