Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] $NON-NLS-1$ nit-picking

sorry, just typos.
the correct for is:
String a= "x" + "y" + "z"; //$NON-NLS-3$ //$NON-NLS-1$

(the order of the tags is not important)
a.



Back to the top