mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2003-2013 Dave Griffith, Bas Leijdekkers
|
||||
* Copyright 2003-2015 Dave Griffith, Bas Leijdekkers
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -53,7 +53,7 @@ public class PointlessBooleanExpressionInspection extends BaseInspection {
|
||||
}
|
||||
|
||||
@SuppressWarnings("PublicField")
|
||||
public boolean m_ignoreExpressionsContainingConstants;
|
||||
public boolean m_ignoreExpressionsContainingConstants = true;
|
||||
|
||||
@Override
|
||||
public JComponent createOptionsPanel() {
|
||||
|
||||
Reference in New Issue
Block a user