Merge pull request #9471 from glmartin/master

Moved Thymeleaf code into it's own package.
This commit is contained in:
Loredana Crusoveanu 2020-06-10 10:15:27 +03:00 committed by GitHub
commit ebc6cb54b3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.pdf;
package com.baeldung.pdfthymeleaf;
import com.lowagie.text.DocumentException;
import org.thymeleaf.TemplateEngine;

View File

@ -1,4 +1,4 @@
package com.baeldung.pdf;
package com.baeldung.pdfthymeleaf;
import com.lowagie.text.DocumentException;
import org.junit.Test;