From: <mic...@us...> - 2007-04-02 12:43:18
|
Revision: 21 http://svn.sourceforge.net/pearcolator/?rev=21&view=rev Author: michael_baer Date: 2007-04-02 05:43:16 -0700 (Mon, 02 Apr 2007) Log Message: ----------- Addition to previous commit. Sorry, forgot to save that file... :) Modified Paths: -------------- src/org/binarytranslator/DBT.java Modified: src/org/binarytranslator/DBT.java =================================================================== --- src/org/binarytranslator/DBT.java 2007-04-02 12:41:02 UTC (rev 20) +++ src/org/binarytranslator/DBT.java 2007-04-02 12:43:16 UTC (rev 21) @@ -15,7 +15,7 @@ else { if (!cond) { - //assertion failed, see if we can get some info on where the assertion occured + //assertion failed, see if we can get some info on where the assertion occurred StackTraceElement[] trace = Thread.currentThread().getStackTrace(); if (trace.length > 0) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |