OSDN Git Service

Fixing wrong tag usage
authorSunny Goyal <sunnygoyal@google.com>
Sat, 16 Aug 2014 00:39:54 +0000 (17:39 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Sat, 16 Aug 2014 00:39:54 +0000 (17:39 -0700)
Change-Id: I4cb0084a89cc079383d666ad1c5711d96ea81ebe

core/java/android/appwidget/AppWidgetProviderInfo.java

index 0b40e35..02f70c8 100644 (file)
@@ -288,7 +288,7 @@ public class AppWidgetProviderInfo implements Parcelable {
      * @param context Context for accessing resources.
      * @param density The optional desired density as per
      *         {@link android.util.DisplayMetrics#densityDpi}.
-     * @return The widget preview image or {@null} if preview image is not available.
+     * @return The widget preview image or null if preview image is not available.
      */
     public final Drawable loadPreviewImage(@NonNull Context context, int density) {
         return loadDrawable(context, density, previewImage, false);