blob: 39912306696e873efc6d67e386237b1032fc01b9 [file] [log] [blame]
package test.wksp.eclipse;
public class X13 {
/**
* Returns the string from the plugin's resource bundle, or 'key' if not
* found.
*
* @param key
* the resource string key
* @return the resource string for the given key
*/
String foo(String key) {
return null;
}
}