Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
4986ff1f9610733b2a4642ed6a1ea874310f5c65
/
.
/
testplugins
/
org.eclipse.objectteams.otdt.debug.tests
/
testprograms
/
rofitests
/
RoFiTeam
/
RoFiRole.java
blob: 65625910e9668faff021b84942220f1b98c9ee56 [
file
]
team
package
rofitests
.
RoFiTeam
;
protected
class
RoFiRole
{
protected
void
doRolish
()
{
System
.
out
.
println
(
"role stuff"
);
}
}