[MRM-1433] remove @Override are on interface methods which is only possible in java 6 for Java 5 compatibility

Submitted by: Jim Sellers


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1039998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2010-11-29 00:52:27 +00:00
parent 30f0ab2365
commit 0167efe972
8 changed files with 0 additions and 24 deletions

View File

@ -142,7 +142,6 @@ public class MetadataUpdaterConsumer
}
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -154,7 +153,6 @@ public class MetadataUpdaterConsumer
/* do nothing here */
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
completeScan();
@ -189,7 +187,6 @@ public class MetadataUpdaterConsumer
}
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{

View File

@ -102,7 +102,6 @@ public class ValidateChecksumConsumer
this.repositoryDir = new File( repository.getLocation() );
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -114,7 +113,6 @@ public class ValidateChecksumConsumer
/* nothing to do */
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
completeScan();
@ -156,7 +154,6 @@ public class ValidateChecksumConsumer
}
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{

View File

@ -157,7 +157,6 @@ public class RepositoryPurgeConsumer
}
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -182,7 +181,6 @@ public class RepositoryPurgeConsumer
}
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{
@ -194,7 +192,6 @@ public class RepositoryPurgeConsumer
/* do nothing */
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
completeScan();

View File

@ -112,7 +112,6 @@ public class NexusIndexerConsumer
}
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -145,7 +144,6 @@ public class NexusIndexerConsumer
}
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{
@ -188,7 +186,6 @@ public class NexusIndexerConsumer
context = null;
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
if( executeOnEntireRepo )

View File

@ -88,7 +88,6 @@ public class LegacyConverterArtifactConsumer
this.managedRepository.setRepository( repository );
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -100,7 +99,6 @@ public class LegacyConverterArtifactConsumer
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
completeScan();
@ -137,7 +135,6 @@ public class LegacyConverterArtifactConsumer
}
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{

View File

@ -76,7 +76,6 @@ public class KnownScanConsumer
/* do nothing */
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -89,7 +88,6 @@ public class KnownScanConsumer
this.processCount++;
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{
@ -101,7 +99,6 @@ public class KnownScanConsumer
/* do nothing */
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
completeScan();

View File

@ -50,7 +50,6 @@ public class SampleKnownConsumer
/* nothing to do */
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -62,7 +61,6 @@ public class SampleKnownConsumer
/* nothing to do */
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
completeScan();
@ -84,7 +82,6 @@ public class SampleKnownConsumer
/* nothing to do */
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{

View File

@ -87,7 +87,6 @@ public class TestConsumer
}
}
@Override
public void beginScan( ManagedRepositoryConfiguration repository, Date whenGathered, boolean executeOnEntireRepo )
throws ConsumerException
{
@ -110,7 +109,6 @@ public class TestConsumer
}
}
@Override
public void processFile( String path, boolean executeOnEntireRepo )
throws Exception
{
@ -121,7 +119,6 @@ public class TestConsumer
{
}
@Override
public void completeScan( boolean executeOnEntireRepo )
{
completeScan();