mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup
This commit is contained in:
@@ -12,8 +12,6 @@ import org.jetbrains.annotations.Nullable;
|
||||
*
|
||||
* @author Ilya.Kazakevich
|
||||
*/
|
||||
@SuppressWarnings("PackageVisibleField")
|
||||
// This is an utility class to be used only in package. Fields are open to type less code
|
||||
class TypeEvalConstraints {
|
||||
final boolean myAllowDataFlow;
|
||||
final boolean myAllowStubToAST;
|
||||
@@ -28,7 +26,6 @@ class TypeEvalConstraints {
|
||||
myOrigin = origin;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) return true;
|
||||
|
||||
Reference in New Issue
Block a user