From 9081aec61fede12049fa9adbad41a0b35813ed64 Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Thu, 17 Sep 2009 01:20:05 +0800 Subject: Try to fix sdk build again. --- media/java/android/media/ExifInterface.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/java/android/media/ExifInterface.java b/media/java/android/media/ExifInterface.java index 31bf94aebb63..73b6483c21a9 100644 --- a/media/java/android/media/ExifInterface.java +++ b/media/java/android/media/ExifInterface.java @@ -153,7 +153,7 @@ public class ExifInterface { /** * Save the tag data into the JPEG file. This is expensive because it involves * copying all the JPG data from one file to another and deleting the old file - * and renaming the other. It's best to use {@link setAttribute(String,String)} to set all + * and renaming the other. It's best to use {@link #setAttribute(String,String)} to set all * attributes to write and make a single call rather than multiple calls for * each attribute. */ -- cgit v1.2.3-59-g8ed1b