mirror of
https://github.com/valitydev/hooker.git
synced 2024-11-06 00:05:17 +00:00
Fx/bug with switch break (#66)
* Added more debug logs * Fix bug with missing break
This commit is contained in:
parent
7fa36e99a2
commit
92b3689c0b
@ -213,6 +213,7 @@ public class InvoicingMessageDaoImpl extends NamedParameterJdbcDaoSupport implem
|
||||
.contactInfo(new ContactInfo()
|
||||
.email(rs.getString(PAYMENT_EMAIL))
|
||||
.phoneNumber(rs.getString(PAYMENT_PHONE))));
|
||||
break;
|
||||
default:
|
||||
throw new UnsupportedOperationException("Unknown payerType "+payerType+"; must be one of these: "+Arrays.toString(Payer.PayerTypeEnum.values()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user