blob: c2deff78fc6ca8d5fdd821a1615a308a7789a989 [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) {
}
}