ExifInterface: Update javadoc for saveAttributes am: abf5b4cbf3

am: d0a8a69034

Change-Id: I1d3369e609d668dc402d4b30eb0c4247980e6e47
This commit is contained in:
Sungsoo
2016-09-28 00:18:44 +00:00
committed by android-build-merger

View File

@@ -1554,6 +1554,11 @@ public class ExifInterface {
* copying all the 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 attributes to write
* and make a single call rather than multiple calls for each attribute.
* <p>
* This method is only supported for JPEG files.
* </p>
*
* @throws UnsupportedOperationException If this method is called with unsupported files.
*/
public void saveAttributes() throws IOException {
if (!mIsSupportedFile || mIsRaw) {