mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+3
-3
@@ -33,11 +33,11 @@ import org.jetbrains.annotations.Nullable;
|
||||
*/
|
||||
public class DefaultFileTemplateUsageInspection extends BaseJavaLocalInspectionTool {
|
||||
// Fields are left for the compatibility
|
||||
@Deprecated @SuppressWarnings("UnusedDeclaration")
|
||||
@Deprecated
|
||||
public boolean CHECK_FILE_HEADER = true;
|
||||
@Deprecated @SuppressWarnings("UnusedDeclaration")
|
||||
@Deprecated
|
||||
public boolean CHECK_TRY_CATCH_SECTION = true;
|
||||
@Deprecated @SuppressWarnings("UnusedDeclaration")
|
||||
@Deprecated
|
||||
public boolean CHECK_METHOD_BODY = true;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user