From 4f39fd2169088ce5edb89719ddd4cb102a1b6d62 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 5 Apr 2016 10:09:52 -0700 Subject: [PATCH] Merge pull request #2575 from flutter/devoncarew-patch-1 Update jni.dart --- sky/engine/bindings/jni/jni.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/sky/engine/bindings/jni/jni.dart b/sky/engine/bindings/jni/jni.dart index dc1f94b19cebe..d6122e55c5bee 100644 --- a/sky/engine/bindings/jni/jni.dart +++ b/sky/engine/bindings/jni/jni.dart @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +/// Invoke Java Native Interface APIs from Dart. library dart_jni; import 'dart:collection';