blob: 1ab9fa23a2cfe702afc7d46908c26925a8ce7354 [file] [log] [blame]
team package boundtoordinary.teampkg.Team_5a;
/**
* @author kaschja
* @version $Id: SampleRole.java 5955 2005-06-21 16:04:55Z haebor $
*/
public class SampleRole playedBy boundtoordinary.basepkg.SampleBase
{
public abstract void roleMethod();
roleMethod -> baseMethod;
}