Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
31cc274907e20fe88a3e680e18ecde62e4c35b02
/
.
/
jsf
/
tests
/
org.eclipse.jst.jsf.core.tests
/
testfiles
/
AnotherBean.java.data
blob: 0fc24edb4ea613dc54c03b126d10c2e60450afd1 [
file
] [
log
] [
blame
]
package
com
.
test
;
public
class
AnotherBean
{
public
String
getProperty
();
{
return
""
;
}
public
void
setProperty
(
String
prop
)
{
}
}