Details
-
Bug
-
Resolution: Fixed
-
Major
-
14.10.3
-
None
-
Integration
-
Unknown
-
N/A
-
N/A
-
Description
Can be reproduced easily with:
{{code language="java"}} public static final String JOB_TYPE = "export/pdf"; private AuthorizationManager authorization; {{/code}}
The whitespace between "public static final" is lost, while the whitespace between "final String" is not.