From 78761cb348fd7b4076f1cbfdf20ba94300818703 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Tue, 3 Jan 2012 22:31:38 +0000 Subject: [PATCH] Remove trailing ; at end of class declaration. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1226974 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/activemq/broker/util/InsertionCountList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-core/src/main/java/org/apache/activemq/broker/util/InsertionCountList.java b/activemq-core/src/main/java/org/apache/activemq/broker/util/InsertionCountList.java index 7a4691222d..1227baa3e1 100644 --- a/activemq-core/src/main/java/org/apache/activemq/broker/util/InsertionCountList.java +++ b/activemq-core/src/main/java/org/apache/activemq/broker/util/InsertionCountList.java @@ -35,4 +35,4 @@ public class InsertionCountList extends AbstractList { public T get(int index) { return null; } -}; \ No newline at end of file +} \ No newline at end of file