blob: f24280fa83fa8efec29f6eafd76f9fbfa6a56341 [file] [log] [blame]
package test.wksp.eclipse;
public class X28d {
/**
* Returns a complete node containing the contents of the subtree rooted at @key
* in the receiver. Uses the public API.
*
* @param key
* key of subtree whose contents we want to copy.
*/
public void foo(String key) {
}
}