diff options
| author | 2009-09-16 13:15:45 -0400 | |
|---|---|---|
| committer | 2009-09-16 13:15:45 -0400 | |
| commit | de88c515ce3ba2ca15cfeff632ef80d01bfac4df (patch) | |
| tree | 3456456c9a43326ccb60a9592e58e01ddbd2cab9 | |
| parent | 9f28d9008b96a1f7f3fd14634664d3991d756abf (diff) | |
| parent | 7b886f9e8cc6e59643ead376a13c374a4d975568 (diff) | |
Merge change 25286 into eclair
* changes:
Fix sdk build.
| -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 c3a09f619814..31bf94aebb63 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()} 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. */ |