diff options
author | Andy Clement <aclement@pivotal.io> | 2019-11-28 10:26:14 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-11-28 10:26:14 -0800 |
commit | 823f2522f150a78c20fe79e74a7e8849e4a37ef0 (patch) | |
tree | 3b6960f45759b37a8d72a84ceaf483977f3ac779 /tests/src | |
parent | ded957880d146cd57ab73b9ed254882d6c4e855a (diff) | |
download | aspectj-823f2522f150a78c20fe79e74a7e8849e4a37ef0.tar.gz aspectj-823f2522f150a78c20fe79e74a7e8849e4a37ef0.zip |
organize imports
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java b/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java index 427f34a5e..2e7671ad7 100644 --- a/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java +++ b/tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008 Contributors + * Copyright (c) 2008 Contributors * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -10,14 +10,12 @@ *******************************************************************************/ package org.aspectj.systemtest.ajc165; -import java.io.File; - -import junit.framework.Test; - import org.aspectj.testing.XMLBasedAjcTestCase; import org.aspectj.weaver.UnresolvedType; import org.aspectj.weaver.bcel.BcelWorld; +import junit.framework.Test; + public class WorldTests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testWorldSize() { |