1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[cleanup] fix compiler warnings

This commit is contained in:
Martin Oberhuber 2007-02-09 10:44:04 +00:00
parent 10f456a585
commit f9604efebb

View file

@ -100,6 +100,6 @@ public abstract class AbstractFileService implements IFileService
* @since 2.0
*/
public String getEncoding(IProgressMonitor monitor) throws SystemMessageException {
return System.getProperty("file.encoding");
return System.getProperty("file.encoding"); //$NON-NLS-1$
}
}