Skip to content

Commit 39c8952

Browse files
committed
Update tests
1 parent 54f4acf commit 39c8952

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cdt-examples/src/main/java/com/github/kklisura/cdt/examples/FullPageScreenshotExample.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636

3737
/**
3838
* Takes a full page screenshot. The output screenshot dimensions will be page width x page height,
39-
* for example when capturing https://news.ycombinator.com/ the output screenshot image will be 1185x1214
39+
* for example when capturing https://news.ycombinator.com/ the output screenshot image will be
40+
* 1185x1214
4041
*
4142
* @author Kenan Klisura
4243
*/

cdt-examples/src/main/java/com/github/kklisura/cdt/examples/PrintingPageToPdf.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
import java.util.Base64;
3434

3535
/**
36-
* The following example opens the HackerNews and prints its page to PDF. PDF printing is
37-
* supported on chrome headless at the moment.
36+
* The following example opens the HackerNews and prints its page to PDF. PDF printing is supported
37+
* on chrome headless at the moment.
3838
*
3939
* @author Kenan Klisura
4040
*/

0 commit comments

Comments
 (0)