Repository: activemq Updated Branches: refs/heads/activemq-5.13.x 087e5da25 -> 24a9fa79f
https://issues.apache.org/jira/browse/AMQ-6129 fixing typo (cherry picked from commit 7b7e362465d05ad42b3d6a6c8211097dd2053c2a) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/24a9fa79 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/24a9fa79 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/24a9fa79 Branch: refs/heads/activemq-5.13.x Commit: 24a9fa79f4d84cfeca1159b6c1ebf3bb54dc8259 Parents: 087e5da Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Fri Jan 15 15:09:37 2016 +0000 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Fri Jan 15 15:13:26 2016 +0000 ---------------------------------------------------------------------- .../java/org/apache/activemq/network/NetworkBridgeStatistics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/24a9fa79/activemq-broker/src/main/java/org/apache/activemq/network/NetworkBridgeStatistics.java ---------------------------------------------------------------------- diff --git a/activemq-broker/src/main/java/org/apache/activemq/network/NetworkBridgeStatistics.java b/activemq-broker/src/main/java/org/apache/activemq/network/NetworkBridgeStatistics.java index 6b39d0a..50c3951 100644 --- a/activemq-broker/src/main/java/org/apache/activemq/network/NetworkBridgeStatistics.java +++ b/activemq-broker/src/main/java/org/apache/activemq/network/NetworkBridgeStatistics.java @@ -21,7 +21,7 @@ import org.apache.activemq.management.CountStatisticImpl; import org.apache.activemq.management.StatsImpl; /** - * The Statistics for a NewtorkBridge. + * The Statistics for a NetworkBridge. */ public class NetworkBridgeStatistics extends StatsImpl {
