Skip to content

Commit f0a3659

Browse files
committed
Unneeded change
1 parent 4d41375 commit f0a3659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/codehaus/plexus/components/io/attributes/FileAttributes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ public boolean hasUserId() {
212212

213213
@Nullable
214214
public String getGroupName() {
215-
return this.groupName;
215+
return groupName;
216216
}
217217

218218
public Integer getUserId() {
219219
return userId;
220220
}
221221

222222
public String getUserName() {
223-
return this.userName;
223+
return userName;
224224
}
225225

226226
public boolean isGroupExecutable() {

0 commit comments

Comments
 (0)