Skip to content

Commit ea586be

Browse files
committed
comment
1 parent 7374c49 commit ea586be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTScriptVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
// DONE: proper <init> processing
7575
// DONE: non-final variables for anonymous class definition
7676
// DONE: array handling in instanceof and reflection
77-
// DONE: String + double should be new Double(x).toString()
77+
// DONE: String + double/float/Double/Float --> new Double/Float().toString()
7878
// TODO: Q: Good assumption that generic parameterization can be ignored? put<K,V> vs put<K>?
7979

8080
/**

0 commit comments

Comments
 (0)