We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c4caf commit 5758cb3Copy full SHA for 5758cb3
sources/net.sf.j2s.java.core/.j2s
@@ -1,7 +1,7 @@
1
#Java2Script Configuration
2
#Sat Aug 05 16:17:42 EDT 2017
3
j2s.compiler.abbreviation=false
4
-j2s.output.path=binjs
+j2s.output.path=bin
5
j2s.compiler.status=enable
6
j2s.compiler.mode=debug
7
sources/net.sf.j2s.java.core/src/java/util/zip/ZipOutputStream.java
@@ -102,8 +102,6 @@ public ZipOutputStream() {
102
* The UTF-8 {@link java.nio.charset.Charset charset} is used to encode the
103
* entry names and comments.
104
*
105
- * @j2sIgnore
106
- *
107
* @param out
108
* the actual output stream
109
*/
0 commit comments