Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
4cbddc29c51d1da9fc8b6a24163e1aa4f3d39baf
/
.
/
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
)
{
}
}