aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-01-12 20:58:35 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-01-13 10:57:51 +0000
commitb2e6607cd9e4e168872c87c66edbef1bc2bf943a (patch)
treeb5c3865d1e297903e6e12eb59f919912bd91d5f6 /src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java
parent6e0efe16d4bf40a3472d20769fc9f5b8fcadfe07 (diff)
Cleanup unthrown exceptions.
-- PiperOrigin-RevId: 144360540 MOS_MIGRATED_REVID=144360540
Diffstat (limited to 'src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java')
-rw-r--r--src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java b/src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java
index 8d1f547dcf..4dfe1a4935 100644
--- a/src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java
+++ b/src/tools/android/java/com/google/devtools/build/android/AndroidDataWritingVisitor.java
@@ -45,11 +45,9 @@ public interface AndroidDataWritingVisitor extends Flushable {
*
* @param source The source file to copy.
* @param relativeDestinationPath The relative destination path to write the resource to.
- * @throws IOException if there are errors during copying.
- * @throws MergingException for errors during png crunching.
+ * @throws MergingException for errors during copying.
*/
- void copyResource(Path source, String relativeDestinationPath)
- throws IOException, MergingException;
+ void copyResource(Path source, String relativeDestinationPath) throws MergingException;
/**
* Adds the namespaces associated with a {@link FullyQualifiedName}.