From: <jos...@us...> - 2009-03-16 21:41:51
|
Revision: 102 http://tmapi.svn.sourceforge.net/tmapi/?rev=102&view=rev Author: joschmidt Date: 2009-03-16 21:41:32 +0000 (Mon, 16 Mar 2009) Log Message: ----------- Fixed typo in comments section of setPlayer(). Modified Paths: -------------- trunk/src/main/java/org/tmapi/core/Role.java Modified: trunk/src/main/java/org/tmapi/core/Role.java =================================================================== --- trunk/src/main/java/org/tmapi/core/Role.java 2009-03-16 20:57:15 UTC (rev 101) +++ trunk/src/main/java/org/tmapi/core/Role.java 2009-03-16 21:41:32 UTC (rev 102) @@ -41,7 +41,7 @@ /** * Sets the role player. * - * Any previous role player will be overriden by <tt>player</tt>. + * Any previous role player will be overridden by <tt>player</tt>. * * @param player The topic which should play this role. * @throws ModelConstraintException If the <tt>player</tt> is <tt>null</tt>. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |