mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 13:25:45 +02:00
Minor cleanup.
Change-Id: I5d9cb2aba6a4501dc25615f4950069390afb8f6d
This commit is contained in:
parent
5d7b64cd11
commit
47784c8980
1 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ public class CUIPlugin extends AbstractUIPlugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getFormattedString(String key, String arg) {
|
public static String getFormattedString(String key, String arg) {
|
||||||
return MessageFormat.format(getResourceString(key), new Object[] {arg});
|
return MessageFormat.format(getResourceString(key), arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getFormattedString(String key, String[] args) {
|
public static String getFormattedString(String key, String[] args) {
|
||||||
|
@ -477,7 +477,7 @@ public class CUIPlugin extends AbstractUIPlugin {
|
||||||
fgCPlugin = this;
|
fgCPlugin = this;
|
||||||
fDocumentProvider = null;
|
fDocumentProvider = null;
|
||||||
fTextTools = null;
|
fTextTools = null;
|
||||||
fBuildConsoleManagers = new HashMap<String, BuildConsoleManager>();
|
fBuildConsoleManagers = new HashMap<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue