Skip to content

Commit 285cbd2

Browse files
committed
SonarQube issue fix
1 parent 7fce9b9 commit 285cbd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/configcat/ConfigFetcherTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ public okio.Timeout timeout() {
524524

525525
@Override
526526
public void close() {
527+
throw new UnsupportedOperationException("Not implemented for test");
527528
}
528529
});
529530
}

0 commit comments

Comments
 (0)