Skip to content

Commit

Permalink
Fix small warning in the generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jan 26, 2024
1 parent d3a1240 commit d261a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private void writeBinaryTextPartsContent(StringBuilder fields) {

fields.append("\t@JvmStatic val BINARY_CONTENT = gg.jte.runtime.BinaryContent.load(")
.append(classInfo.className)
.append(".javaClass, \"")
.append("::class.java, \"")
.append(contentFileName)
.append("\", ");

Expand Down

0 comments on commit d261a79

Please sign in to comment.