Skip to content

Commit 30dc25e

Browse files
hansonrhansonr
authored andcommitted
Differences.txt
1 parent eec2881 commit 30dc25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/doc/Differences.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void setMyVar(String x) {
116116
public String getMyVar() {
117117
ThreadGroup g = Thread.currentThread().threadGroup();
118118
/**
119-
* @j2sNative return g._myvar || null;
119+
* @j2sNative return(g._myvar == null ? null : g._myvar);
120120
*
121121
*/
122122
{

0 commit comments

Comments
 (0)