Revision: 4263
          http://vexi.svn.sourceforge.net/vexi/?rev=4263&view=rev
Author:   mkpg2
Date:     2011-10-03 22:43:00 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
Fix. Compile error.

Modified Paths:
--------------
    trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp

Modified: trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp
===================================================================
--- trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp   2011-10-03 
22:14:26 UTC (rev 4262)
+++ trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JS.jpp   2011-10-03 
22:43:00 UTC (rev 4263)
@@ -369,7 +369,6 @@
 
         public String[] getFormalArgs() { return EMPTY_STRING_ARRAY; }
         public int callType() { return CALLTYPE_METHOD; }
-        public String coerceToString() { return ""+type(); }
         public void addTrap(JS key, JS function) throws JSExn {
             throw new JSExn("'" + JSU.toString(key) + "' is not trappable on 
"+type());
         }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to