In Eclipse source code, I’ve found some ‘$NON-NLS-1$’ in comments used like that :
private String toolTip = ""; //$NON-NLS-1$
What does that mean ?
In Eclipse source code, I’ve found some ‘$NON-NLS-1$’ in comments used like that :
private String toolTip = ""; //$NON-NLS-1$
What does that mean ?