diff options
| author | 2009-09-16 13:23:35 -0400 | |
|---|---|---|
| committer | 2009-09-16 13:23:35 -0400 | |
| commit | fc5f10265fd676c14554a3c85fb665dfed5efe70 (patch) | |
| tree | 121d6359a335c71460463a670d8d38ecd36933bb | |
| parent | de88c515ce3ba2ca15cfeff632ef80d01bfac4df (diff) | |
| parent | 9081aec61fede12049fa9adbad41a0b35813ed64 (diff) | |
Merge change 25291 into eclair
* changes:
Try to fix sdk build again.
| -rw-r--r-- | media/java/android/media/ExifInterface.java | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |