Skip to content

Commit 63c6d7d

Browse files
committed
Removed duplicate statement
1 parent 7ae0f5a commit 63c6d7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/codehaus/plexus/archiver/tar/TarArchiver.java

-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ else if ( longFileMode.isFailMode() )
304304
: options.getUserName() );
305305
te.setGroupName((attributes != null && attributes.getGroupName() != null) ? attributes.getGroupName()
306306
: options.getGroup());
307-
te.setGroupName( ( attributes != null && attributes.getGroupName() != null ) ? attributes.getGroupName()
308-
: options.getGroup() );
309307

310308
final int userId =
311309
( attributes != null && attributes.getUserId() != null ) ? attributes.getUserId() : options.getUid();

0 commit comments

Comments
 (0)