am 9811d6b1: Merge change 8298 into donut
Merge commit '9811d6b1f2be41231176236c78ec0d8d512215d0' * commit '9811d6b1f2be41231176236c78ec0d8d512215d0': Minor NPE fix.
This commit is contained in:
committed by
Android Git Automerger
commit
0d375f5b94
@@ -171,9 +171,11 @@ public class Main {
|
|||||||
addString(p, line);
|
addString(p, line);
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
if (br != null) {
|
||||||
br.close();
|
br.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints some help to stdout.
|
* Prints some help to stdout.
|
||||||
|
|||||||
Reference in New Issue
Block a user