[Mantisconnect-cvs] SF.net SVN: mantisconnect: [122] mantisconnect/trunk/clients/java/ client-api/R
Brought to you by:
vboctor
From: <pl...@us...> - 2007-03-26 19:05:58
|
Revision: 122 http://svn.sourceforge.net/mantisconnect/?rev=122&view=rev Author: planser Date: 2007-03-26 12:05:56 -0700 (Mon, 26 Mar 2007) Log Message: ----------- Fixed typo Modified Paths: -------------- mantisconnect/trunk/clients/java/client-api/README.txt Modified: mantisconnect/trunk/clients/java/client-api/README.txt =================================================================== --- mantisconnect/trunk/clients/java/client-api/README.txt 2007-03-26 19:04:38 UTC (rev 121) +++ mantisconnect/trunk/clients/java/client-api/README.txt 2007-03-26 19:05:56 UTC (rev 122) @@ -141,7 +141,7 @@ A first attempt could be something like this: -Issue issue = new Issue(); +IIssue issue = new Issue(); However, a much better approach is to use the newIssue(int projectId) method of org.mantisbt.connect.IMCSession. The advantage of this method is that it sets This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |