Revision: 4770
          http://sourceforge.net/p/vexi/code/4770
Author:   mkpg2
Date:     2015-02-26 18:31:38 +0000 (Thu, 26 Feb 2015)
Log Message:
-----------
Expose constructor.

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

Modified: 
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Thread.java
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Thread.java    
2015-02-26 18:24:45 UTC (rev 4769)
+++ branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Thread.java    
2015-02-26 18:31:38 UTC (rev 4770)
@@ -30,8 +30,7 @@
        
        
        /** Constructor */
-       Thread(Scheduler faction, String name, JS f) { this(faction, name, f, 
false, null); }
-       Thread(Scheduler faction, String type, JS f, boolean pauseable, 
Callable<Object,JS> callback)  {
+       protected Thread(Scheduler faction, String type, JS f, boolean 
pauseable, Callable<Object,JS> callback)  {
                this.type = type;
        this.faction = faction;
            this.f = (JSFunction)f;

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to