Skip to content

Commit b5681c5

Browse files
committed
Javadoc fixlet.
1 parent a6fc6a6 commit b5681c5

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

rpm/org.eclipse.linuxtools.rpm.ui/src/org/eclipse/linuxtools/rpm/ui/RPMUIPlugin.java

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
import java.util.MissingResourceException;
1414
import java.util.ResourceBundle;
1515

16-
import org.eclipse.swt.widgets.Shell;
17-
import org.eclipse.ui.IWorkbenchWindow;
18-
import org.eclipse.ui.plugin.AbstractUIPlugin;
1916
import org.eclipse.core.runtime.IStatus;
2017
import org.eclipse.core.runtime.Status;
2118
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;
2222
import org.osgi.framework.BundleContext;
2323

2424
/**
@@ -68,6 +68,8 @@ public static RPMUIPlugin getDefault() {
6868
/**
6969
* Returns the string from the plugin's resource bundle,
7070
* 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.
7173
*/
7274
public static String getResourceString(String key) {
7375
ResourceBundle bundle = RPMUIPlugin.getDefault().getResourceBundle();

0 commit comments

Comments
 (0)