Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
4cbddc29c51d1da9fc8b6a24163e1aa4f3d39baf
/
.
/
jsf
/
tests
/
org.eclipse.jst.jsf.designtime.tests
/
testdata
/
MethodBean.java.data
blob: b657a03a5905e476127080d08b96494e72dcf4ab [
file
] [
log
] [
blame
]
public
class
MethodBean
{
public
String
actionMethod
()
{
return
"chicken"
;
}
public
String
actionMethodWithParam
(
String
arg
)
{
return
arg
;
}
}