Github user emilianbold commented on a diff in the pull request:
https://github.com/apache/incubator-netbeans/pull/31#discussion_r143058683
--- Diff: j2ee.core.utilities/test/unit/data/JavaApp/build.xml ---
@@ -60,10 +81,10 @@
</exec>
</target>
- Notice that the overridden target depends on the jar target and not
only on
- the compile target as the regular run target does. Again, for a list
of available
+ Notice that the overridden target depends on the jar target and not
only on
--- End diff --
More whitespace.
---