This really does not need to be utf-8 character

Change-Id: I75e3973ed3fe2489233cdce127a29ff19f604903
This commit is contained in:
Fridrich Štrba 2017-09-12 13:35:44 +02:00
parent 047b4c14ad
commit 398eccd6e8

View file

@ -263,7 +263,7 @@ public class FormatValueUtility
final SectionLayoutController slc = findGroupOrDetail(ref);
if (slc == null)
{
// {Page, Report} × {Header, Footer} have no usable iteration count
// {Page, Report} x {Header, Footer} have no usable iteration count
// err on the side of showing them rather than not showing them
return true;
}