We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476997a commit 50d9945Copy full SHA for 50d9945
java/ql/src/experimental/semmle/code/java/frameworks/Thymeleaf.qll
@@ -2,10 +2,10 @@
2
3
import java
4
5
-/**
6
- * A class implementing the `ITemplateEngine` interface of the Thymeleaf
7
- * Templating Engine such as the `TemplateEngine` class.
8
- * */
+/**
+ * A class implementing the `ITemplateEngine` interface of the Thymeleaf
+ * Templating Engine such as the `TemplateEngine` class.
+ */
9
class TypeThymeleafTemplateEngine extends Class {
10
TypeThymeleafTemplateEngine() {
11
this.hasQualifiedName("org.thymeleaf", "TemplateEngine")
0 commit comments