Revision: 4603
          http://sourceforge.net/p/vexi/code/4603
Author:   clrg
Date:     2013-11-29 12:13:21 +0000 (Fri, 29 Nov 2013)
Log Message:
-----------
I should use GIT

Modified Paths:
--------------
    branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java

Modified: 
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java  
2013-11-29 11:53:19 UTC (rev 4602)
+++ branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/JSNumber.java  
2013-11-29 12:13:21 UTC (rev 4603)
@@ -191,7 +191,7 @@
         
         public String coerceToString() { return Integer.toString(i); }
         public String toString() { return coerceToString(); }
-        /** without this JSNumber.I is unreliable as a key on an JS.Obj */
+        /** without this JSNumber.I is unreliable as a key on a JS.Obj */
         public int hashCode() { return i; }
     }
 

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


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to