Skip to content

Commit 5758cb3

Browse files
committed
Zip output fix
1 parent 78c4caf commit 5758cb3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sources/net.sf.j2s.java.core/.j2s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Java2Script Configuration
22
#Sat Aug 05 16:17:42 EDT 2017
33
j2s.compiler.abbreviation=false
4-
j2s.output.path=binjs
4+
j2s.output.path=bin
55
j2s.compiler.status=enable
66
j2s.compiler.mode=debug
77

sources/net.sf.j2s.java.core/src/java/util/zip/ZipOutputStream.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ public ZipOutputStream() {
102102
* The UTF-8 {@link java.nio.charset.Charset charset} is used to encode the
103103
* entry names and comments.
104104
*
105-
* @j2sIgnore
106-
*
107105
* @param out
108106
* the actual output stream
109107
*/

0 commit comments

Comments
 (0)