diff options
author | Christian Halstrick <christian.halstrick@sap.com> | 2013-12-10 11:06:10 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-12-11 23:27:36 +0100 |
commit | ea04d2329d1283a3155ff26cfda7c46253f68854 (patch) | |
tree | 208a07979282c836f2378df5fe14bf10f9ae1044 /org.eclipse.jgit.test/exttst/org/eclipse/jgit | |
parent | 3a063a0ed451f3141163745aa57e4102755cc5ef (diff) | |
download | jgit-ea04d2329d1283a3155ff26cfda7c46253f68854.tar.gz jgit-ea04d2329d1283a3155ff26cfda7c46253f68854.zip |
Don't use API exception in RebaseTodoLine
This came up while testing the proposed buck build for jgit. With buck
we can introduce smaller modules to allow for more concurrency during
build and to better control inner structure of jgit. Trying to put the
porcelain API into a different module than lower level implementation
classes failed since RebaseTodoLine used a porcelain API exception
causing a dependency cycle on the proposed modules. Using an exception
defined on the same abstraction level fixes this problem.
Change-Id: I26a5353e1a8fc23e67d8ce61309bd964f7665bcb
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/exttst/org/eclipse/jgit')
0 files changed, 0 insertions, 0 deletions