| Index: editor/tools/plugins/com.google.dart.indexer/src/com/google/dart/indexer/storage/GenericFileTransaction.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.indexer/src/com/google/dart/indexer/storage/GenericFileTransaction.java (revision 10251)
|
| +++ editor/tools/plugins/com.google.dart.indexer/src/com/google/dart/indexer/storage/GenericFileTransaction.java (working copy)
|
| @@ -39,6 +39,7 @@
|
| */
|
| @Deprecated
|
| private final IFile currentFile;
|
| + @SuppressWarnings("unused")
|
| private final IndexableSource currentSource;
|
| private FileInfo originalFileInfo;
|
| private final Set<Location> sourceLocations = new LinkedHashSet<Location>();
|
|
|