2.07 global-setting reset default | 全局设置 复位默认值 fixed #19

This commit is contained in:
林万程
2022-12-11 22:09:44 +08:00
parent a37d7b86cc
commit 9c6c811eec
9 changed files with 45 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ public class OwnerToPsiDocSkip {
private OwnerToPsiDocSkip() {}
@Nullable
public static <T extends SettingsInfo> PsiDocComment refDoc(@NotNull T settingsInfo,
@Nullable PsiDocCommentOwner docOwner) {
if (docOwner == null) {

View File

@@ -52,6 +52,7 @@ class SkipUtils {
return null;
}
@Nullable
static <T extends SettingsInfo> PsiDocComment skipDoc(@NotNull T settingsInfo, @Nullable PsiDocComment doc) {
if (doc == null) {
return null;