Skip to content

Commit

Permalink
Explicit import instructions in the library-level docs (flutter#2623)
Browse files Browse the repository at this point in the history
Explicit import instructions in dart:jni
  • Loading branch information
sethladd committed Apr 27, 2016
1 parent 1582439 commit 402efb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sky/engine/bindings/jni/jni.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// found in the LICENSE file.

/// Invoke Java Native Interface APIs from Dart.
///
/// To use, import `dart:jni`.
library dart_jni;

import 'dart:collection';
Expand Down

0 comments on commit 402efb9

Please sign in to comment.