Remove trailing ; at end of class declaration.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1226974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2012-01-03 22:31:38 +00:00
parent 4a7475d7c2
commit 78761cb348
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ public class InsertionCountList<T> extends AbstractList<T> {
public T get(int index) {
return null;
}
};
}