Sign in
apache
/
tapestry-5
/
refs/heads/beanmodel-split
/
.
/
plastic
/
src
/
test
/
java
/
testsubjects
/
MethodReimplementationSubject.java
blob: 5985a4872c7c42fca02c8585216db2eec9a86b36 [
file
]
package
testsubjects
;
public
class
MethodReimplementationSubject
{
public
int
getValue
()
{
return
0
;
};
}