blob: e6839249d35427871d9fa6a30f364b5d6d8b3c41 [file] [log] [blame]
package beans;
public class MyBean {
public String[] getProperty()
{
return new String[]{"blah"};
}
}