format fix

This commit is contained in:
Ryszard Wiśniewski 2010-03-22 16:58:27 +01:00
parent 2973601ee9
commit 5b7cafa81e

View File

@ -37,7 +37,7 @@ public class ResStreamDecoderContainer {
public ResStreamDecoder getDecoder(String name) throws AndrolibException {
ResStreamDecoder decoder = mDecoders.get(name);
if (decoder== null) {
if (decoder == null) {
throw new AndrolibException("Undefined decoder: " + name);
}
return decoder;