blob: dda6f2efa306cca906a2c43ecbd9091ddf08b51d [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;
}
}