Fixed Ignore Bug

This commit is contained in:
2022-05-21 19:43:35 +02:00
parent 9c4c33c1eb
commit 2fe297b708
3 changed files with 3 additions and 3 deletions
@@ -14,6 +14,6 @@ public class IdGenerator
public String getId()
{
return "#ignoreLine"+builder.toString();
return "#ignoreLine"+builder.toString()+"suffix";
}
}