Cleanup (formatting)

This commit is contained in:
Roman Shevchenko
2016-06-29 21:07:43 +03:00
parent bf4759fccb
commit 7a29eddeca
3 changed files with 10 additions and 13 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2014 JetBrains s.r.o.
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -255,8 +255,7 @@ public abstract class QuickFixFactory {
public abstract IntentionAction createSafeDeleteFix(@NotNull PsiElement element);
@Nullable
public abstract List<LocalQuickFix> registerOrderEntryFixes(@NotNull QuickFixActionRegistrar registrar,
@NotNull PsiReference reference);
public abstract List<LocalQuickFix> registerOrderEntryFixes(@NotNull QuickFixActionRegistrar registrar, @NotNull PsiReference reference);
@NotNull
public abstract IntentionAction createAddMissingRequiredAnnotationParametersFix(@NotNull PsiAnnotation annotation,
@@ -274,5 +273,5 @@ public abstract class QuickFixFactory {
@NotNull
public IntentionAction createWrapWithOptionalFix(@Nullable PsiType type, @NotNull PsiExpression expression) {
throw new UnsupportedOperationException();
};
}
}
}