Revision: 4480 http://vexi.svn.sourceforge.net/vexi/?rev=4480&view=rev Author: mkpg2 Date: 2013-01-17 06:11:54 +0000 (Thu, 17 Jan 2013) Log Message: ----------- Minor changes. (For use of JS as library, not in vexi).
Modified Paths: -------------- trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp Modified: trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp =================================================================== --- trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp 2013-01-17 06:05:58 UTC (rev 4479) +++ trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp 2013-01-17 06:11:54 UTC (rev 4480) @@ -98,7 +98,7 @@ final public Date date; - public JSDate(Date date) throws JSExn { + public JSDate(Date date) { if(date==null) throw new NullPointerException(); this.date = date; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn