Revision: 4904
          http://sourceforge.net/p/vexi/code/4904
Author:   mkpg2
Date:     2016-11-23 21:33:18 +0000 (Wed, 23 Nov 2016)
Log Message:
-----------
Fix.

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

Modified: 
branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Fountain.java
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Fountain.java  
2016-11-23 21:20:50 UTC (rev 4903)
+++ branches/vexi3/org.vexi-library.js/src/main/java/org/ibex/js/Fountain.java  
2016-11-23 21:33:18 UTC (rev 4904)
@@ -242,7 +242,7 @@
         }
         
         @Override public InputStream getInputStream(boolean expect) throws 
IOException { return new ByteArrayInputStream(bytes); }
-        public OutputStream getOutputStream(boolean expect, Integer 
contentLength) throws IOException {
+        @Override public OutputStream getOutputStream(boolean expect, Long 
contentLength) throws IOException {
                return new ByteArrayOutputStream(suggested){
                        public void close() throws IOException {
                                super.close();

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


------------------------------------------------------------------------------
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to