From 38dcb296c95b7fd0ca597fca5a1fc904bfbbfa69 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Thu, 20 May 2010 20:13:51 +0200 Subject: [PATCH] Reduced Warnings Change-Id: I3ce0d27d24e8aad3fdbf8c57cefe39d1a3fd99e9 --- .../src/com/example/android/apis/animation/Transition3d.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java b/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java index 38e69d031..a52b01ba3 100644 --- a/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java +++ b/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java @@ -101,7 +101,7 @@ public class Transition3d extends Activity implements mContainer.startAnimation(rotation); } - public void onItemClick(AdapterView parent, View v, int position, long id) { + public void onItemClick(AdapterView parent, View v, int position, long id) { // Pre-load the image then start the animation mImageView.setImageResource(PHOTOS_RESOURCES[position]); applyRotation(position, 0, 90);