| Index: editor/util/plugins/com.google.dart.java2dart/resources/java_io.dart
|
| diff --git a/editor/util/plugins/com.google.dart.java2dart/resources/java_io.dart b/editor/util/plugins/com.google.dart.java2dart/resources/java_io.dart
|
| index 3e23f8df949c9425e36a061666a4ed6b19ee9d08..757683983922025c70b2d95b8866731e8dcfe882 100644
|
| --- a/editor/util/plugins/com.google.dart.java2dart/resources/java_io.dart
|
| +++ b/editor/util/plugins/com.google.dart.java2dart/resources/java_io.dart
|
| @@ -93,7 +93,7 @@ class JavaFile {
|
| String getAbsolutePath() => pathos.absolute(_path);
|
| String getCanonicalPath() {
|
| try {
|
| - return _newFile().fullPathSync();
|
| + return _newFile().resolveSymbolicLinksSync();
|
| } catch (e) {
|
| throw new JavaIOException('IOException', e);
|
| }
|
|
|