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