Skip to content

Commit

Permalink
Updating blog post link in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Padfield committed Nov 20, 2014
1 parent e4b448f commit cf56021
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AmqHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Date: 05/19/2014
// Author: Steven Padfield
//
// From Practice Fusion technology blog, "PerfMon Counters for ActiveMQ", http://www.practicefusion.com/blog/TBD
// From Practice Fusion technology blog post, "Windows Performance Counters for ActiveMQ", http://www.practicefusion.com/blog/performance-counters-for-activemq/

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion AmqMonitorService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Date: 05/19/2014
// Author: Steven Padfield
//
// From Practice Fusion technology blog, "PerfMon Counters for ActiveMQ", http://www.practicefusion.com/blog/TBD
// From Practice Fusion technology blog post, "Windows Performance Counters for ActiveMQ", http://www.practicefusion.com/blog/performance-counters-for-activemq/

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Date: 05/19/2014
// Author: Steven Padfield
//
// From Practice Fusion technology blog, "PerfMon Counters for ActiveMQ", http://www.practicefusion.com/blog/TBD
// From Practice Fusion technology blog post, "Windows Performance Counters for ActiveMQ", http://www.practicefusion.com/blog/performance-counters-for-activemq/

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion CounterHelperExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Date: 05/19/2014
// Author: Steven Padfield
//
// From Practice Fusion technology blog, "PerfMon Counters for ActiveMQ", http://www.practicefusion.com/blog/TBD
// From Practice Fusion technology blog post, "Windows Performance Counters for ActiveMQ", http://www.practicefusion.com/blog/performance-counters-for-activemq/

using System;
using PerformanceCounterHelper;
Expand Down
2 changes: 1 addition & 1 deletion PerfCounters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Date: 05/19/2014
// Author: Steven Padfield
//
// From Practice Fusion technology blog, "PerfMon Counters for ActiveMQ", http://www.practicefusion.com/blog/TBD
// From Practice Fusion technology blog post, "Windows Performance Counters for ActiveMQ", http://www.practicefusion.com/blog/performance-counters-for-activemq/

using System.Diagnostics;
using PerformanceCounterHelper;
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Date: 05/19/2014
// Author: Steven Padfield
//
// From Practice Fusion technology blog, "PerfMon Counters for ActiveMQ", http://www.practicefusion.com/blog/TBD
// From Practice Fusion technology blog post, "Windows Performance Counters for ActiveMQ", http://www.practicefusion.com/blog/performance-counters-for-activemq/

using System.Reflection;
using log4net;
Expand Down
2 changes: 1 addition & 1 deletion QueueInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Date: 05/19/2014
// Author: Steven Padfield
//
// From Practice Fusion technology blog, "PerfMon Counters for ActiveMQ", http://www.practicefusion.com/blog/TBD
// From Practice Fusion technology blog post, "Windows Performance Counters for ActiveMQ", http://www.practicefusion.com/blog/performance-counters-for-activemq/

namespace AmqMonitor
{
Expand Down

0 comments on commit cf56021

Please sign in to comment.