On 3/18/14 3:46 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>Hi,
>
>CompilerAPI.java someone added this:
> // ToDo: For Apache Flex remove this section since there is no longer a
>license.
>
>Perhaps some code was removed as well?
Yes, in hasValidLicense().

It looks like hasValidLicense is not correct and should probably look more
like:

private static boolean hasValidLicense(Map licenseMap, String id)
    {
   return (id.equals("mx.fbpro"));
}


Does anybody have time to try it?

-Alex

Reply via email to