mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Externalized String
This commit is contained in:
parent
5221d3a97c
commit
548574d7fd
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ public class Problem implements IProblem {
|
|||
if (originatingFileName != null)
|
||||
args = new Object []{ msg, new String( originatingFileName ), new Integer( lineNumber ) };
|
||||
else
|
||||
args = new Object []{ msg, new String(""), new Integer( lineNumber ) };
|
||||
args = new Object []{ msg, new String(""), new Integer( lineNumber ) }; //$NON-NLS-1$
|
||||
|
||||
message = ParserMessages.getFormattedString( PROBLEM_PATTERN, args );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue