Fix line separator bug in ServicesValidationResult

The result of getResultingTypes() is dependent of
System.getProperty("line.separator") but ignores the size of this last.
This commit replaces a "-1" constant by a "- size of the line
separator". Indeed, the line separator has a 2 characters length on
Windows.

Change-Id: I9e58fb14f000b715dffaaec418ab26d51532b1b3
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
1 file changed