Sign in
apache
/
tapestry-5
/
refs/heads/beanmodel-split
/
.
/
plastic
/
src
/
test
/
java
/
testsubjects
/
StaticMethodsIgnored.java
blob: ae5c10a262bba5a14f3448910636bd0a5f4ccb13 [
file
]
package
testsubjects
;
public
class
StaticMethodsIgnored
{
void
anInstanceMethod
()
{
}
static
void
aStaticMethod
()
{
}
}