From a3e5e4104ff31c9f06d90bd0f6876bef305831dc Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 28 Nov 2019 15:56:46 -0800 Subject: Move to 1.9.6.BUILD-SNAPSHOT version --- .../aspectj/internal/build/BuildClasspathTest.java | 26 +++++++++------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'build/src/test/java/org') diff --git a/build/src/test/java/org/aspectj/internal/build/BuildClasspathTest.java b/build/src/test/java/org/aspectj/internal/build/BuildClasspathTest.java index 68669df30..c359e648c 100644 --- a/build/src/test/java/org/aspectj/internal/build/BuildClasspathTest.java +++ b/build/src/test/java/org/aspectj/internal/build/BuildClasspathTest.java @@ -1,28 +1,22 @@ /* ******************************************************************* * Copyright (c) 2005 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 - * http://eclipse.org/legal/epl-v10.html - * - * Contributors: - * Wes Isberg initial implementation + * 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 + * http://eclipse.org/legal/epl-v10.html + * + * Contributors: + * Wes Isberg initial implementation * ******************************************************************/ - package org.aspectj.internal.build; -import java.io.File; - -import junit.framework.TestCase; - -import org.aspectj.internal.tools.build.Messager; -import org.aspectj.internal.tools.build.Module; -import org.aspectj.internal.tools.build.Modules; import org.aspectj.internal.tools.build.Result; import org.aspectj.internal.tools.build.Result.Kind; +import junit.framework.TestCase; + public class BuildClasspathTest extends TestCase { public void testKindsGet() { -- cgit v1.2.3