am fc5f1026: Merge change 25291 into eclair

Merge commit 'fc5f10265fd676c14554a3c85fb665dfed5efe70' into eclair-plus-aosp

* commit 'fc5f10265fd676c14554a3c85fb665dfed5efe70':
  Try to fix sdk build again.
This commit is contained in:
Chih-Chung Chang
2009-09-16 10:32:14 -07:00
committed by Android Git Automerger

View File

@@ -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.
*/