|
Change Variable Type resources : List<VariableDeclarationExpression> to resources : List<TreeNode> in method public visit(node TryStatement) : boolean in class com.google.devtools.j2objc.translate.Rewriter |
From |
To |
|
Change Variable Type it : Iterator<VariableDeclarationExpression> to it : Iterator<TreeNode> in method public visit(node TryStatement) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter |
From |
To |
|
Change Variable Type resources : List<VariableDeclarationExpression> to resources : List<TreeNode> in method public visit(node TryStatement) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter |
From |
To |
|
Change Variable Type resource : VariableDeclarationExpression to resource : TreeNode in method public visit(node TryStatement) : boolean in class com.google.devtools.j2objc.translate.NilCheckResolver |
From |
To |