Browse Source
This could have only happened during the getBytes call. Instead, use Constants.encode, which is a non-throwing implementation. This change is binary compatible with existing code compiled against older versions of JGit, although it might break compilation of previously compiling code due to dead catch blocks. Change-Id: I191fec5cac718657407230de141440e86d0151fbstable-4.3
Dave Borowitz
9 years ago
1 changed files with 2 additions and 6 deletions
Loading…
Reference in new issue