Skip to content

Commit e8d18ba

Browse files
authored
JVM: Fix wrong template mapping name (#384)
This PR fixes a bug in JVM prompts creation which uses a wrong mapping name in one of the template. Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 parent 3a2e8e0 commit e8d18ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompts/template_xml/jvm_requirement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Each item in this list has two attributes, <class_name> tag contains the class n
8888
contains the fully qualified name of the given class.
8989
<list>
9090
<item><class_name>FuzzedDataProvider</class_name><full_class_name>com.code_intelligence.jazzer.api.FuzzedDataProvider</full_class_name></item>
91-
{OTHER_IMPORT_STATEMENTS}
91+
{IMPORT_MAPPINGS}
9292
</list>
9393
</requirements>
9494

0 commit comments

Comments
 (0)