Skip to content

Commit bd12d77

Browse files
committed
TODO comment
1 parent b7575a7 commit bd12d77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
import org.eclipse.jdt.core.dom.TypeLiteral;
5959
import org.eclipse.jdt.core.dom.VariableDeclarationFragment;
6060

61+
// TODO: resource loading
62+
6163
// BH 8/19/2017 -- String must implement CharSequence, so all .length() -> .length$()
6264
// BH 8/19/2017 -- varargs logic fixed for missing argument
6365
// BH 8/18/2017 -- array instanceof, reflection, componentType fixes

0 commit comments

Comments
 (0)