]> source.dussan.org Git - aspectj.git/commitdiff
organize imports
authorAndy Clement <aclement@pivotal.io>
Thu, 28 Nov 2019 18:26:14 +0000 (10:26 -0800)
committerAndy Clement <aclement@pivotal.io>
Thu, 28 Nov 2019 18:26:14 +0000 (10:26 -0800)
tests/src/test/java/org/aspectj/systemtest/ajc165/WorldTests.java

index 427f34a5e2eaea1e7747273c97d24d073c318a11..2e7671ad7e5a7e2a5c22045be87420c156a4c057 100644 (file)
@@ -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
  *******************************************************************************/
 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() {