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:
parent
10f456a585
commit
f9604efebb
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue