From: <ha...@us...> - 2003-12-12 17:00:06
|
Date: Friday December 12, 2003 @ 9:00 Author: haggai Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1:/tmp/cvs-serv27686 Modified Files: CrossBreeder.java Log Message: Fix compile error caused by update to Patch class. CrossBreeder was trying to initialise the comment field of a newly created Patch. This is now done properly in the Patch constructor, so the offending line can be removed from CrossBreeder. |