Skip to content

Commit 04aae3f

Browse files
o Updated to add missing '@OverRide' annotations.
o Added method 'isOverwrite' to interface 'UnArchiver'.
1 parent 0e088c4 commit 04aae3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+413
-34
lines changed

src/main/java/org/codehaus/plexus/archiver/AbstractArchiveFinalizer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ protected AbstractArchiveFinalizer()
88
{
99
}
1010

11+
@Override
1112
public void finalizeArchiveCreation( Archiver archiver )
1213
throws ArchiverException
1314
{
1415
}
1516

17+
@Override
1618
public void finalizeArchiveExtraction( UnArchiver unarchiver )
1719
throws ArchiverException
1820
{

0 commit comments

Comments
 (0)