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

Commit

Permalink
Renamed LombokPluginUpdateComponentName
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Plushnikov committed Jan 16, 2017
1 parent 35620e4 commit 1d8f525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void disposeComponent() {
@NotNull
@Override
public String getComponentName() {
return "UpdateComponent";
return "LombokPluginUpdateProjectComponent";
}

@Override
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@
<li>0.15
<ol>
<li>Fixed #290: Getter and FieldDefaults with parameter AccessLevel in Enum shows "cannot access"</li>
<li>Fixed #337: Component name collision: 'UpdateComponent'</li>
</ol>
</li>
<li>0.14
Expand Down

0 comments on commit 1d8f525

Please sign in to comment.