Skip to content

Commit

Permalink
Throw apposed to debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Sep 28, 2015
1 parent 4c5b78a commit e8deada
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/android/content/res/AXMLResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ public boolean read(InputStream stream) throws IOException {
// Do nothing right now, not even add it to the chunk stuff
break;
default:
System.out.println("Weird");
break;
throw new IOException("Hit an unknown chunk type!");
}
}

Expand Down

0 comments on commit e8deada

Please sign in to comment.