diff options
author | Brett Porter <brett@apache.org> | 2011-12-16 13:13:10 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-12-16 13:13:10 +0000 |
commit | 615cfd730e41fffdc3cc487f5d54094ea67009f5 (patch) | |
tree | 2be71f747af1a129df587e00701a6f22914e6755 /archiva-modules/archiva-base/archiva-repository-layer | |
parent | f5183ff08b0bf11849f6a90967977a981578096a (diff) | |
download | archiva-615cfd730e41fffdc3cc487f5d54094ea67009f5.tar.gz archiva-615cfd730e41fffdc3cc487f5d54094ea67009f5.zip |
remove all tab characters and fix some formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1215120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-repository-layer')
-rw-r--r-- | archiva-modules/archiva-base/archiva-repository-layer/src/test/java/org/apache/archiva/repository/content/AbstractLegacyRepositoryContentTestCase.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/archiva-modules/archiva-base/archiva-repository-layer/src/test/java/org/apache/archiva/repository/content/AbstractLegacyRepositoryContentTestCase.java b/archiva-modules/archiva-base/archiva-repository-layer/src/test/java/org/apache/archiva/repository/content/AbstractLegacyRepositoryContentTestCase.java index 965fbb9ff..a103ddcee 100644 --- a/archiva-modules/archiva-base/archiva-repository-layer/src/test/java/org/apache/archiva/repository/content/AbstractLegacyRepositoryContentTestCase.java +++ b/archiva-modules/archiva-base/archiva-repository-layer/src/test/java/org/apache/archiva/repository/content/AbstractLegacyRepositoryContentTestCase.java @@ -345,13 +345,13 @@ public abstract class AbstractLegacyRepositoryContentTestCase assertLayout( path, groupId, artifactId, version, null, type ); } - /** - * [MRM-768] Artifact type "maven-plugin" does not distinguish maven1 and maven2 plugins. - * This produces conflicts when m2 plugins are stored in legacy-layout repository - */ + /** + * [MRM-768] Artifact type "maven-plugin" does not distinguish maven1 and maven2 plugins. + * This produces conflicts when m2 plugins are stored in legacy-layout repository + */ @Test - public void testMaven1Maven2PluginTypeDistinc() - throws Exception + public void testMaven1Maven2PluginTypeDistinc() + throws Exception { String groupId = "com.sun.tools.xjc.maven2"; String artifactId = "maven-jaxb-plugin"; @@ -360,8 +360,8 @@ public abstract class AbstractLegacyRepositoryContentTestCase String path = "com.sun.tools.xjc.maven2/maven-plugins/maven-jaxb-plugin-1.1.jar"; assertLayout( path, groupId, artifactId, version, null, type ); - } - + } + /** * Perform a roundtrip through the layout routines to determine success. * @param classifier TODO |