Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
[lombok] reverted accessing internal state of 'myName' of LightMethod…
Browse files Browse the repository at this point in the history
…Builder

GitOrigin-RevId: 444515d599ff868de43b1443abbd6d88b50b4404
  • Loading branch information
mplushnikov committed Jan 2, 2021
1 parent 459c754 commit 79b415f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public PsiElement replace(@NotNull PsiElement newElement) throws IncorrectOperat

@Override
public PsiElement setName(@NotNull String name) throws IncorrectOperationException {
setNameIntern(name);
//just do nothing here
return this;
}

Expand Down

0 comments on commit 79b415f

Please sign in to comment.