File tree 1 file changed +5
-3
lines changed
rpm/org.eclipse.linuxtools.rpm.ui/src/org/eclipse/linuxtools/rpm/ui
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
import java .util .MissingResourceException ;
14
14
import java .util .ResourceBundle ;
15
15
16
- import org .eclipse .swt .widgets .Shell ;
17
- import org .eclipse .ui .IWorkbenchWindow ;
18
- import org .eclipse .ui .plugin .AbstractUIPlugin ;
19
16
import org .eclipse .core .runtime .IStatus ;
20
17
import org .eclipse .core .runtime .Status ;
21
18
import org .eclipse .jface .resource .ImageDescriptor ;
19
+ import org .eclipse .swt .widgets .Shell ;
20
+ import org .eclipse .ui .IWorkbenchWindow ;
21
+ import org .eclipse .ui .plugin .AbstractUIPlugin ;
22
22
import org .osgi .framework .BundleContext ;
23
23
24
24
/**
@@ -68,6 +68,8 @@ public static RPMUIPlugin getDefault() {
68
68
/**
69
69
* Returns the string from the plugin's resource bundle,
70
70
* or 'key' if not found.
71
+ * @param key The key to look for.
72
+ * @return The string found or the key if nothing was found.
71
73
*/
72
74
public static String getResourceString (String key ) {
73
75
ResourceBundle bundle = RPMUIPlugin .getDefault ().getResourceBundle ();
You can’t perform that action at this time.
0 commit comments