Jalview-JS/JAL-3253-applet core file comment -- Regex() call
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Sun, 19 May 2019 04:27:59 +0000 (23:27 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Sun, 19 May 2019 04:31:26 +0000 (23:31 -0500)
1  2 
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.