We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fecab commit d78b7fbCopy full SHA for d78b7fb
src/main/java/com/siftscience/UnlabelResponse.java
@@ -1,7 +1,6 @@
1
package com.siftscience;
2
3
import okhttp3.Response;
4
-import sun.reflect.generics.reflectiveObjects.NotImplementedException;
5
6
import java.io.IOException;
7
@@ -17,6 +16,6 @@ public class UnlabelResponse extends SiftResponse {
17
16
*/
18
@Override
19
void populateBodyFromJson(String jsonBody) {
20
- throw new NotImplementedException();
+ throw new UnsupportedOperationException();
21
}
22
0 commit comments