Skip to content

Commit

Permalink
Move to Java category of inspections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Falconer committed Jun 23, 2017
1 parent 8a59b82 commit 0b45809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public String getDisplayName() {
@NotNull
@Override
public String getGroupDisplayName() {
return "LMAX";
return "Java";
}

@NonNls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public String getDisplayName() {
@NotNull
@Override
public String getGroupDisplayName() {
return "LMAX";
return "Java";
}

public static final String DESCRIPTION_TEMPLATE = "Assigning %s to variable of type %s";
Expand Down

0 comments on commit 0b45809

Please sign in to comment.