mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
ae6de70624
We've kept the java source up-to-date until its removal, so there should be very little additional java mangling needed to have it back up to speed and usable again. This reverts commit c6446f1126232935c85397aac493113dd38496cd.
The .java files in this directory were placed here by the Java-to-C++ translator that lives in parser/html/java/translator. Together they represent a snapshot of the Java code that was translated to produce the corresponding .h and .cpp files in the parent directory. Changing these .java files is not worthwhile, as they will just be overwritten by the next translation. See parser/html/java/README.txt for information about performing the translation.