Skip to content

Commit c592b41

Browse files
author
innokenty
committed
make JsonUtils class final
1 parent 0c9b8ab commit c592b41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

proxy/src/test/java/ru/qatools/gridrouter/utils/JsonUtils.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
/**
1717
* @author Innokenty Shuvalov [email protected]
1818
*/
19-
public class JsonUtils {
19+
public final class JsonUtils {
20+
21+
private JsonUtils() {
22+
}
2023

2124
public static JsonCapabilities buildJsonCapabilities(DesiredCapabilities capabilities)
2225
throws IOException {

0 commit comments

Comments
 (0)