Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4372fb2305ca8046ea502548765a877cf5538422 (plain) (blame)
1
2
3
4
5
6
7
8
9
package teampkg;

/**
 * @author kaschja
 * @version
 */
public team class TeamForRoleWithExplicitSuperclass_PreviouslyEmpty extends TeamWithRoleWithAbstractMethod
{
}

Back to the top