blob: 252185b0e8af4268522697f074aceb1f652d6ad8 [file] [log] [blame]
package test.prefs.example;
public class X14d {
/**
* Returns a collection of projects referenced by a build scope attribute.
*
* @param scope
* build scope attribute (<code>ATTR_BUILD_SCOPE</code>)
* @return collection of porjects referred to by the scope attribute
*/
int foo() {
return 0;
}
}