mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
- ci fixes
This commit is contained in:
parent
a5e4d488c4
commit
fcc3bdf0bf
@ -25,7 +25,7 @@ public final class Msg {
|
||||
|
||||
/**
|
||||
* IMPORTANT: Please update the following comment after you add a new code
|
||||
* Last code value: 2114
|
||||
* Last code value: 2115
|
||||
*/
|
||||
|
||||
private Msg() {}
|
||||
|
@ -525,7 +525,7 @@ public abstract class BaseCommand implements Comparable<BaseCommand> {
|
||||
return Optional.of(new TlsAuthentication(keyStoreInfo, trustStoreInfo));
|
||||
}
|
||||
catch(Exception e){
|
||||
throw new RuntimeException(e);
|
||||
throw new RuntimeException(Msg.code(2115)+"Could not create TLS configuration options", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user