2.07 global-setting reset default | 全局设置 复位默认值 fixed #19
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user