Skip to content

Commit d83e285

Browse files
author
Gabriel Roldan
committed
Make ConflictsException extend IllegalStateException
Signed-off-by: Gabriel Roldan <[email protected]>
1 parent 2572a82 commit d83e285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/src/main/java/org/locationtech/geogig/porcelain/ConflictsException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* Exception that indicates that an operation cannot be finished due to conflicts
1414
*/
15-
public class ConflictsException extends RuntimeException {
15+
public class ConflictsException extends IllegalStateException{
1616

1717
private static final long serialVersionUID = 1L;
1818

0 commit comments

Comments
 (0)