Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Unified Diff: editor/util/plugins/com.google.dart.java2dart/resources/java_engine_io.dart

Issue 459703002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/util/plugins/com.google.dart.java2dart/resources/java_engine_io.dart
diff --git a/editor/util/plugins/com.google.dart.java2dart/resources/java_engine_io.dart b/editor/util/plugins/com.google.dart.java2dart/resources/java_engine_io.dart
index 3c713d6441d07077746898aaba33a18544bd83bf..52529987f5665d3cea18ce87eeafc5f0e06aeefc 100644
--- a/editor/util/plugins/com.google.dart.java2dart/resources/java_engine_io.dart
+++ b/editor/util/plugins/com.google.dart.java2dart/resources/java_engine_io.dart
@@ -11,5 +11,7 @@ class OSUtilities {
}
class FileUtilities2 {
- static JavaFile createFile(String path) => new JavaFile(path);
+ static JavaFile createFile(String path) {
+ return new JavaFile(path).getAbsoluteFile();
+ }
}

Powered by Google App Engine
This is Rietveld 408576698