-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9, 11, 15
-
Component/s: core-libs
A DESCRIPTION OF THE PROBLEM :
The documentation of java.util.ServiceLoader says:
> The comment character is '#' ('\u0023' NUMBER SIGN);
The Unicode escape here is incorrect, it should be:
> The comment character is '#' ('\u0023' NUMBER SIGN);
The documentation of java.util.ServiceLoader says:
> The comment character is '#' ('\u0023' NUMBER SIGN);
The Unicode escape here is incorrect, it should be:
> The comment character is '#' ('\u0023' NUMBER SIGN);