Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
a0b62165b8b96656c8cafa051dabf190e645ad28
/
.
/
jsf
/
tests
/
org.eclipse.jst.jsf.core.tests
/
testfiles
/
AnotherBean.java.data
blob: 0fc24edb4ea613dc54c03b126d10c2e60450afd1 [
file
] [
log
] [
blame
]
cbateman
880ffd9
2006-07-20 20:02:42 +0000
[
diff
] [
blame
]
1
package
com
.
test
;
2
3
public
class
AnotherBean
4
{
5
public
String
getProperty
();
6
{
7
return
""
;
8
}
9
10
public
void
setProperty
(
String
prop
)
11
{
12
}
13
}