You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/09 01:36:42 UTC

[09/12] incubator-weex git commit: * [android] rm unused note

* [android] rm unused note


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/8060293f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/8060293f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/8060293f

Branch: refs/heads/0.14-dev
Commit: 8060293f1efa7521da8a6d218ee27fab797e58ef
Parents: 90b40e6
Author: Rowandjj <rj...@gmail.com>
Authored: Thu Jun 8 17:45:48 2017 +0800
Committer: Rowandjj <rj...@gmail.com>
Committed: Thu Jun 8 17:45:48 2017 +0800

----------------------------------------------------------------------
 .../taobao/weex/ui/component/list/DefaultDragHelperTest.java    | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8060293f/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java
----------------------------------------------------------------------
diff --git a/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java b/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java
index 90fb041..afe11d1 100644
--- a/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java
+++ b/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java
@@ -48,11 +48,6 @@ import static org.mockito.Matchers.eq;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.verify;
 
-/**
- * Description:
- * <p>
- * Created by rowandjj(chuyi)<br/>
- */
 @RunWith(RobolectricGradleTestRunner.class)
 @Config(constants = BuildConfig.class, sdk = 19)
 @PowerMockIgnore( {"org.mockito.*", "org.robolectric.*", "android.*"})