kairosdb / kairosdb-client

Java Client for KairosDB
65 stars 67 forks source link

Importing the wrong NotImplementedException #92

Closed Pekallinen closed 7 months ago

Pekallinen commented 3 years ago

Hello,

In ResponseHelper.java, you are importing sun.reflect.generics.reflectiveObjects.NotImplementedException instead of org.apache.commons.lang3.NotImplementedException.

https://www.oracle.com/java/technologies/faq-sun-packages.html

brianhks commented 7 months ago

Thanks fixed.