Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
2e04e1704b7b20f79c40adbe2405cef948074642
/
.
/
jsf
/
tests
/
org.eclipse.jst.jsf.contentassist.tests
/
testdata
/
MyBean.java.data
blob: e6839249d35427871d9fa6a30f364b5d6d8b3c41 [
file
] [
log
] [
blame
]
package
beans
;
public
class
MyBean
{
public
String
[]
getProperty
()
{
return
new
String
[]{
"blah"
};
}
}