Skip to content

Commit

Permalink
Resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed Sep 20, 2024
1 parent d9f39ee commit 65b9ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ intellijPlatform {
}
}
}
verifyPlugin {
pluginVerification {
ides {
ides(
providers.gradleProperty("verifierIdeVersionOverride")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public Icon getIconFor(Suggestion value) {
}

@Override
public @Nls @Nullable String getValueFor(Suggestion suggestion) {
public @Nls @Nullable String getSecondaryTextFor(Suggestion suggestion) {
return suggestion.secondaryText();
}

Expand Down

0 comments on commit 65b9ee6

Please sign in to comment.