]> source.dussan.org Git - jgit.git/commit
Add a hint on the purpose of JGitInternalException to the constructor 79/8079/3
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 8 Oct 2012 04:27:30 +0000 (06:27 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 14 Oct 2012 18:55:14 +0000 (20:55 +0200)
commit47a9b996c75421e1d7f4dafdc0825bfe9938e94e
tree3b16cfc2f2a6f226164b1cf446e910581120215c
parent6da9473fe363c6419d35f5d0af49fef98ad1a0bc
Add a hint on the purpose of JGitInternalException to the constructor

In code review we often see uses of JGitInternalException where a high
level GitAPIException would be more appropriate. Hopefully the word
low-level in the constructor comment will lead to fewer such cases.

Change-Id: Id5ec7897535f6c5c5f0bd153fe0ff15c65083474
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java