Skip to content

Commit 85b8779

Browse files
committed
Fix the javadocs generation
1 parent 827bbd8 commit 85b8779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/json/JsonToBeanConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import java.util.function.Function;
4646

4747
/**
48-
* @deprecated Visibility will be reduced. Use {@link Json#toType(String, Type)}.
48+
* @deprecated Visibility will be reduced. Use {@link Json#toType(Object, Type)}.
4949
*/
5050
@Deprecated
5151
public class JsonToBeanConverter {

0 commit comments

Comments
 (0)