blob: ae2783413d91bc6c5365caafd0b18fe45f0f8931 [file] [log] [blame]
package teampkg;
/**
* @author kaschja
*@version $Id: TeamWithMethodWithReturnValue.java 5883 2005-06-13 13:14:29Z anklam $
*/
public team class TeamWithMethodWithReturnValue
{
public String teamlevelMethod()
{
return "";
}
}