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