From ee0fe536a39f4369b553ca56f82dbc149701b07a Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Tue, 1 Mar 2005 04:04:25 +0000 Subject: [PATCH] reformat git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163438 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven/artifact/AbstractArtifactComponent.java | 14 +++++++------- .../artifact/handler/AbstractArtifactHandler.java | 11 +++++------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/maven-artifact/src/main/java/org/apache/maven/artifact/AbstractArtifactComponent.java b/maven-artifact/src/main/java/org/apache/maven/artifact/AbstractArtifactComponent.java index 97a3964965..3aeb47ad80 100644 --- a/maven-artifact/src/main/java/org/apache/maven/artifact/AbstractArtifactComponent.java +++ b/maven-artifact/src/main/java/org/apache/maven/artifact/AbstractArtifactComponent.java @@ -1,13 +1,7 @@ package org.apache.maven.artifact; -import org.codehaus.plexus.logging.AbstractLogEnabled; -import org.apache.maven.artifact.handler.manager.ArtifactHandlerManager; -import org.apache.maven.artifact.handler.manager.ArtifactHandlerNotFoundException; -import org.apache.maven.artifact.handler.ArtifactHandler; -import org.apache.maven.artifact.repository.ArtifactRepository; - /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,6 +16,12 @@ import org.apache.maven.artifact.repository.ArtifactRepository; * limitations under the License. */ +import org.apache.maven.artifact.handler.ArtifactHandler; +import org.apache.maven.artifact.handler.manager.ArtifactHandlerManager; +import org.apache.maven.artifact.handler.manager.ArtifactHandlerNotFoundException; +import org.apache.maven.artifact.repository.ArtifactRepository; +import org.codehaus.plexus.logging.AbstractLogEnabled; + /** * @author Jason van Zyl * @version $Id$ diff --git a/maven-artifact/src/main/java/org/apache/maven/artifact/handler/AbstractArtifactHandler.java b/maven-artifact/src/main/java/org/apache/maven/artifact/handler/AbstractArtifactHandler.java index d7821ace40..0044ced6b2 100644 --- a/maven-artifact/src/main/java/org/apache/maven/artifact/handler/AbstractArtifactHandler.java +++ b/maven-artifact/src/main/java/org/apache/maven/artifact/handler/AbstractArtifactHandler.java @@ -1,12 +1,7 @@ package org.apache.maven.artifact.handler; -import org.apache.maven.artifact.Artifact; -import org.codehaus.plexus.util.StringUtils; - -import java.io.File; - /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,6 +16,10 @@ import java.io.File; * limitations under the License. */ +import org.apache.maven.artifact.Artifact; + +import java.io.File; + /** * @author Jason van Zyl * @version $Id$