From: hansonr Date: Sun, 19 May 2019 04:27:59 +0000 (-0500) Subject: Jalview-JS/JAL-3253-applet core file comment -- Regex() call X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=ecdacdef2d269f781aef0f1ccd80d4ccd37bd379 Jalview-JS/JAL-3253-applet core file comment -- Regex() call --- ecdacdef2d269f781aef0f1ccd80d4ccd37bd379 diff --cc src/com/stevesoft/pat/Regex.java index 7b5214c,c00ddad..b58a7a9 --- a/src/com/stevesoft/pat/Regex.java +++ b/src/com/stevesoft/pat/Regex.java @@@ -307,16 -290,6 +307,20 @@@ class UnicodeLower extends UniValidato */ public class Regex extends RegRes implements FilenameFilter { + + static + { + /** ++ * This is the entry class. Load the core file directly, if it exists. See ++ * buildcore.xml. ++ * ++ * + * @j2sNative + * + * swingjs.JSUtil.loadStaticResource$S("core/core_stevesoft.z.js"); + */ + } + /** * BackRefOffset gives the identity number of the first pattern. Version 1.0 * used zero, version 1.1 uses 1 to be more compatible with perl.