diff options
author | Yuichi Araki <yaraki@google.com> | 2015-03-20 18:01:02 +0900 |
---|---|---|
committer | Yuichi Araki <yaraki@google.com> | 2015-04-02 04:03:07 +0000 |
commit | 776cf41d7c8f239d20397886f2120407396cfc87 (patch) | |
tree | 6be3366cfc5feb9f6314c10aea094f6a745fd99d | |
parent | b2b93762b8165ee47f49765816fc7ba0428c371c (diff) | |
download | frameworks_base-776cf41d7c8f239d20397886f2120407396cfc87.zip frameworks_base-776cf41d7c8f239d20397886f2120407396cfc87.tar.gz frameworks_base-776cf41d7c8f239d20397886f2120407396cfc87.tar.bz2 |
Fix a broken link in javadoc
Bug: 19856130
Change-Id: I0456e951f8bed36e3a62ddfd882f9c2d2bef9627
-rw-r--r-- | graphics/java/android/graphics/drawable/ShapeDrawable.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/java/android/graphics/drawable/ShapeDrawable.java b/graphics/java/android/graphics/drawable/ShapeDrawable.java index a3d8c92..72edf03 100644 --- a/graphics/java/android/graphics/drawable/ShapeDrawable.java +++ b/graphics/java/android/graphics/drawable/ShapeDrawable.java @@ -53,9 +53,9 @@ import java.io.IOException; * For more information about how to use ShapeDrawable, read the <a * href="{@docRoot}guide/topics/graphics/2d-graphics.html#shape-drawable"> * Canvas and Drawables</a> document. For more information about defining a - * ShapeDrawable in XML, read the <a href="{@docRoot} - * guide/topics/resources/drawable-resource.html#Shape">Drawable Resources</a> - * document. + * ShapeDrawable in XML, read the + * <a href="{@docRoot}guide/topics/resources/drawable-resource.html#Shape"> + * Drawable Resources</a> document. * </p> * </div> * |