[GitHub] ant pull request #41: Fix the problem of instanceof test always return true.

2017-10-11 Thread BruceKuiLiu
Github user BruceKuiLiu closed the pull request at: https://github.com/apache/ant/pull/41 --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant pull request #41: Fix the problem of instanceof test always return true.

2017-10-11 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/ant/pull/41 Fix the problem of instanceof test always return true. This instanceof test will always return true because DataType is the superclass of variable nested's class ResourceComparator. The variable