| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/constant/ConstantValueComputer.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/constant/ConstantValueComputer.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/constant/ConstantValueComputer.java
|
| index 497a6311f6f42f1affec800216a5bddb128f11e8..910063c1095215a0e4213bd84d0a6717d03247f1 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/constant/ConstantValueComputer.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/constant/ConstantValueComputer.java
|
| @@ -56,7 +56,7 @@ public class ConstantValueComputer {
|
| /**
|
| * A table mapping constant variables to the declarations of those variables.
|
| */
|
| - HashMap<VariableElement, VariableDeclaration> declarationMap;
|
| + private HashMap<VariableElement, VariableDeclaration> declarationMap;
|
|
|
| /**
|
| * Initialize a newly created constant value computer.
|
|
|