| OLD | NEW |
| 1 // This code was auto-generated, is not intended to be edited, and is subject to | 1 // This code was auto-generated, is not intended to be edited, and is subject to |
| 2 // significant change. Please see the README file for more information. | 2 // significant change. Please see the README file for more information. |
| 3 library engine; | 3 library engine; |
| 4 import 'java_core.dart'; | 4 import 'java_core.dart'; |
| 5 import 'java_engine.dart'; | 5 import 'java_engine.dart'; |
| 6 import 'utilities_collection.dart'; | 6 import 'utilities_collection.dart'; |
| 7 import 'utilities_general.dart'; | 7 import 'utilities_general.dart'; |
| 8 import 'instrumentation.dart'; | 8 import 'instrumentation.dart'; |
| 9 import 'error.dart'; | 9 import 'error.dart'; |
| 10 import 'source.dart'; | 10 import 'source.dart'; |
| (...skipping 7397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7408 } | 7408 } |
| 7409 void logError2(String message, Exception exception) { | 7409 void logError2(String message, Exception exception) { |
| 7410 } | 7410 } |
| 7411 void logError3(Exception exception) { | 7411 void logError3(Exception exception) { |
| 7412 } | 7412 } |
| 7413 void logInformation(String message) { | 7413 void logInformation(String message) { |
| 7414 } | 7414 } |
| 7415 void logInformation2(String message, Exception exception) { | 7415 void logInformation2(String message, Exception exception) { |
| 7416 } | 7416 } |
| 7417 } | 7417 } |
| OLD | NEW |