Fixed pattern display.
This commit is contained in:
parent
0d440d6ef3
commit
8e9055b9e6
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ public class PropertyChecker
|
|||
else
|
||||
{
|
||||
ended = true;
|
||||
PropertyCheck check = new PropertyCheck(0, rule.getPathPattern(), Status.ERROR, "Propriété manquante");
|
||||
PropertyCheck check = new PropertyCheck(0, rule.getPathPattern().replaceAll("\\\\.", "."), Status.ERROR, "Propriété manquante");
|
||||
result.add(check);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue