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/03/14 04:00:07 UTC

[3/5] incubator-weex git commit: break change. blur refactor

break change. blur refactor


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

Branch: refs/heads/0.11-dev
Commit: df001bb73008448771e8b27264ba0dfc784b6ce5
Parents: e29772b
Author: chuyi <ji...@alibaba-inc.com>
Authored: Tue Mar 14 11:42:48 2017 +0800
Committer: chuyi <ji...@alibaba-inc.com>
Committed: Tue Mar 14 11:42:48 2017 +0800

----------------------------------------------------------------------
 .../sdk/src/main/java/com/taobao/weex/common/WXImageStrategy.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/df001bb7/android/sdk/src/main/java/com/taobao/weex/common/WXImageStrategy.java
----------------------------------------------------------------------
diff --git a/android/sdk/src/main/java/com/taobao/weex/common/WXImageStrategy.java b/android/sdk/src/main/java/com/taobao/weex/common/WXImageStrategy.java
index f952a9e..fe7ec9b 100755
--- a/android/sdk/src/main/java/com/taobao/weex/common/WXImageStrategy.java
+++ b/android/sdk/src/main/java/com/taobao/weex/common/WXImageStrategy.java
@@ -221,7 +221,7 @@ public class WXImageStrategy {
   public boolean isSharpen;
 
   /**
-   * The blur radius of the image. [0,10],0 means no blur.
+   * The blur radius of the image. 0 means no blur.
    * */
   public int blurRadius;