From: <jos...@us...> - 2009-01-11 20:30:24
|
Revision: 96 http://tmapi.svn.sourceforge.net/tmapi/?rev=96&view=rev Author: joschmidt Date: 2009-01-11 20:30:19 +0000 (Sun, 11 Jan 2009) Log Message: ----------- getSender(): fixed typo in comments Modified Paths: -------------- trunk/src/main/java/org/tmapi/core/ModelConstraintException.java Modified: trunk/src/main/java/org/tmapi/core/ModelConstraintException.java =================================================================== --- trunk/src/main/java/org/tmapi/core/ModelConstraintException.java 2008-12-05 20:50:13 UTC (rev 95) +++ trunk/src/main/java/org/tmapi/core/ModelConstraintException.java 2009-01-11 20:30:19 UTC (rev 96) @@ -43,7 +43,7 @@ * Returns the {@link Construct} which has thrown the exception. * * @return The construct which has thrown the exception or <tt>null</tt> - * if no appropiate construct is available (i.e. in the factory + * if no appropriate construct is available (i.e. in the factory * methods). */ public Construct getSender() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |