mirror of https://github.com/apache/activemq.git
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:
parent
4a7475d7c2
commit
78761cb348
|
@ -35,4 +35,4 @@ public class InsertionCountList<T> extends AbstractList<T> {
|
|||
public T get(int index) {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue